Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_gap.cc1064 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability() local
1085 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_discoverability()
1095 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
1111 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()
1112 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()
1156 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability() local
1177 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_connectability()
1183 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
1198 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()
1199 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()