Searched refs:opt_mtu (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/attrib/
H A Dinteractive.c49 static int opt_mtu = 0; variable
347 opt_mtu, connect_cb);
359 opt_mtu = 0;
668 mtu = MIN(mtu, opt_mtu);
694 if (opt_mtu) {
701 opt_mtu = strtoll(argvp[1], NULL, 0);
702 if (errno != 0 || opt_mtu < ATT_DEFAULT_LE_MTU) {
708 gatt_exchange_mtu(attrib, opt_mtu, exchange_mtu_cb, NULL);
H A Dgatttool.c53 static int opt_mtu = 0; variable
526 { "mtu", 'm', 0, G_OPTION_ARG_INT, &opt_mtu,
601 opt_psm, opt_mtu, connect_cb);

Completed in 369 milliseconds