Home
last modified time | relevance | path

Searched refs:disc_mode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py28 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/
Diface_bluetooth_qa.rs71 fn on_fetch_discoverable_mode_completed(&mut self, disc_mode: BtDiscMode) { in on_fetch_discoverable_mode_completed()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1305 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/
Dbta_jv_api.h244 tBTA_JV_DISC disc_mode; /* The current discoverable mode */
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2577 fn on_fetch_discoverable_mode_completed(&mut self, disc_mode: BtDiscMode) { in on_fetch_discoverable_mode_completed()