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()
1042 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()1073 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1090 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()1096 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1132 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()1159 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()1175 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()1181 if (p_cb->adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()2244 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_start_adv()2245 p_cb->adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_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()