Searched refs:BTM_BLE_ADV_ENABLE (Results 1 – 2 of 2) sorted by relevance
33 #define BTM_BLE_ADV_ENABLE 0x01 macro98 void enable_advertising_mode() { adv_mode = BTM_BLE_ADV_ENABLE; } in enable_advertising_mode()101 return (adv_mode == BTM_BLE_ADV_ENABLE); in is_advertising_mode_enabled()
1372 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability()1402 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1421 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_discoverability()1427 if (btm_cb.ble_ctr_cb.inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()1461 uint8_t new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability()1487 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()1505 if (new_mode == BTM_BLE_ADV_ENABLE) in btm_ble_set_connectability()1511 if (btm_cb.ble_ctr_cb.inq_var.adv_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()2578 btsnd_hcic_ble_set_adv_enable(BTM_BLE_ADV_ENABLE); in btm_ble_start_adv()2579 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_ENABLE; in btm_ble_start_adv()[all …]