OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_mtu
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/attrib/
interactive.c
49
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);
gatttool.c
53
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 20 milliseconds