HomeSort by relevance Sort by last modified time
    Searched defs:on_mode (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/plugins/
mgmtops.c 211 uint8_t on_mode; local
239 btd_adapter_get_mode(adapter, NULL, &on_mode, &pairable);
241 if (on_mode == MODE_DISCOVERABLE && !info->discoverable)
243 else if (on_mode == MODE_CONNECTABLE && !info->connectable)
    [all...]
hciops.c 592 uint8_t mode, on_mode; local
608 btd_adapter_get_mode(adapter, &mode, &on_mode, &pairable);
611 mode = on_mode;
    [all...]

Completed in 31 milliseconds