Searched refs:disc_mode (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | qa_client.py | 28 def on_fetch_discoverable_mode_completed(self, disc_mode): argument 127 def OnFetchDiscoverableModeComplete(self, disc_mode): argument 134 observer.on_fetch_discoverable_mode_completed(disc_mode) 210 def on_fetch_discoverable_mode_completed(self, disc_mode): argument 216 logging.debug('on_fetch_discoverable_mode_completed: disc_mode: %s', disc_mode)
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_qa.rs | 71 fn on_fetch_discoverable_mode_completed(&mut self, disc_mode: BtDiscMode) { in on_fetch_discoverable_mode_completed()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_gap.cc | 1305 const uint16_t disc_mode) { in btm_ble_update_dmt_flag_bits() argument 1307 if ((disc_mode & BTM_DISCOVERABLE_MASK) == 0 && in btm_ble_update_dmt_flag_bits() 1333 void btm_ble_set_adv_flag(uint16_t connect_mode, uint16_t disc_mode) { in btm_ble_set_adv_flag() argument 1339 btm_ble_update_dmt_flag_bits(&flag, connect_mode, disc_mode); in btm_ble_set_adv_flag() 1341 log::info("disc_mode {:04x}", disc_mode); in btm_ble_set_adv_flag() 1343 if (disc_mode & BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_adv_flag() 1346 } else if (disc_mode & BTM_BLE_GENERAL_DISCOVERABLE) { in btm_ble_set_adv_flag()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_jv_api.h | 244 tBTA_JV_DISC disc_mode; /* The current discoverable mode */
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 2577 fn on_fetch_discoverable_mode_completed(&mut self, disc_mode: BtDiscMode) { in on_fetch_discoverable_mode_completed()
|