Searched refs:BTM_BLE_ADV_ENABLE (Results 1 – 4 of 4) sorted by relevance
31 #define BTM_BLE_ADV_ENABLE 0x01 macro102 void enable_advertising_mode() { adv_mode = BTM_BLE_ADV_ENABLE; } in enable_advertising_mode()105 return (adv_mode == BTM_BLE_ADV_ENABLE); in is_advertising_mode_enabled()
1043 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()1074 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1091 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()1097 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1133 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()1160 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()1176 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()1182 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()2257 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()2274 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_stop_adv()[all …]
2071 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()2082 if (adv_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_random_address()2083 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_set_random_address()
528 if (p_ble_cb->inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_suspend_resolving_list_activity()