Home
last modified time | relevance | path

Searched refs:BTM_BLE_ADV_DISABLE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h33 #define BTM_BLE_ADV_DISABLE 0x00 macro
122 void disable_advertising_mode() { adv_mode = BTM_BLE_ADV_DISABLE; } in disable_advertising_mode()
Dbtm_ble_gap.cc1800 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_discoverability()
1888 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_connectability()
3132 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_DISABLE); in btm_ble_stop_adv()
3135 p_cb->adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_stop_adv()
3278 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_dir_adv_tout()
3339 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_update_link_topology_mask()
3368 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_update_mode_operation()
3422 p_cb->inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in btm_ble_init()
/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc160 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in acl_ble_connection_fail()