Searched refs:ble_ctr_cb (Results 1 – 13 of 13) sorted by relevance
70 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending()92 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry()118 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending()148 btm_cb.ble_ctr_cb.irk_list_mask[byte] &= (~(1 << bit)); in btm_ble_clear_irk_index()170 if ((btm_cb.ble_ctr_cb.irk_list_mask[byte] & (1 << bit)) == 0) { in btm_ble_find_irk_index()171 btm_cb.ble_ctr_cb.irk_list_mask[byte] |= (1 << bit); in btm_ble_find_irk_index()252 memset(btm_cb.ble_ctr_cb.irk_list_mask, 0, irk_mask_size); in btm_ble_clear_resolving_list_complete()255 btm_cb.ble_ctr_cb.resolving_list_avail_size = in btm_ble_clear_resolving_list_complete()259 btm_cb.ble_ctr_cb.resolving_list_avail_size); in btm_ble_clear_resolving_list_complete()299 STREAM_TO_UINT8(btm_cb.ble_ctr_cb.resolving_list_avail_size, p); in btm_ble_add_resolving_list_entry_complete()[all …]
461 btm_cb.ble_ctr_cb.p_opportunistic_obs_results_cb = p_results_cb; in BTM_BleOpportunisticObserve()463 btm_cb.ble_ctr_cb.p_opportunistic_obs_results_cb = NULL; in BTM_BleOpportunisticObserve()476 btm_cb.ble_ctr_cb.p_target_announcement_obs_results_cb = p_results_cb; in BTM_BleTargetAnnouncementObserve()478 btm_cb.ble_ctr_cb.p_target_announcement_obs_results_cb = NULL; in BTM_BleTargetAnnouncementObserve()505 tBTM_BLE_INQ_CB* p_inq = &btm_cb.ble_ctr_cb.inq_var; in BTM_BleObserve()520 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()522 if (alarm_is_scheduled(btm_cb.ble_ctr_cb.observer_timer)) { in BTM_BleObserve()523 alarm_cancel(btm_cb.ble_ctr_cb.observer_timer); in BTM_BleObserve()531 btm_cb.ble_ctr_cb.p_obs_results_cb = p_results_cb; in BTM_BleObserve()532 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = p_cmpl_cb; in BTM_BleObserve()[all …]
99 tBTM_BLE_INQ_CB* p_inq = &btm_cb.ble_ctr_cb.inq_var; in btm_update_scanner_filter_policy()115 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type, scan_policy); in btm_update_scanner_filter_policy()177 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in BTM_SetLeConnectionModeToFast()191 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in BTM_SetLeConnectionModeToSlow()
217 tBTM_BLE_CB ble_ctr_cb; member316 memset(&ble_ctr_cb, 0, sizeof(ble_ctr_cb)); in Init()
1810 btm_cb.ble_ctr_cb.inq_var.directed_conn = BTM_BLE_ADV_IND_EVT; in btm_ble_connected()2121 if (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE) { in btm_ble_reset_id_impl()2130 if (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE) { in btm_ble_reset_id_impl()
367 addr_type = btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type; in btm_ble_set_batchscan_param()
190 btm_cb.ble_ctr_cb.set_connection_state_idle(); in BTM_reset_complete()
54 btm_cb.ble_ctr_cb.set_connection_state_connecting(); in btm_ble_create_ll_conn_complete()58 btm_cb.ble_ctr_cb.set_connection_state_idle(); in btm_ble_create_ll_conn_complete()107 btm_cb.ble_ctr_cb.set_connection_state_cancelled(); in btm_ble_create_conn_cancel()130 if (btm_cb.ble_ctr_cb.is_connection_state_cancelled()) { in btm_ble_create_conn_cancel_complete()131 btm_cb.ble_ctr_cb.set_connection_state_idle(); in btm_ble_create_conn_cancel_complete()
44 btm_cb.ble_ctr_cb.set_connection_state_idle(); in acl_ble_common_connection()148 btm_cb.ble_ctr_cb.set_connection_state_idle(); in acl_ble_connection_fail()160 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in acl_ble_connection_fail()
426 bda, btm_cb.ble_ctr_cb.addr_mgnt_cb.private_addr); in btm_acl_created()2415 if (btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_NONE) { in btm_ble_refresh_local_resolvable_private_addr()2421 p_acl->conn_addr = btm_cb.ble_ctr_cb.addr_mgnt_cb.private_addr; in btm_ble_refresh_local_resolvable_private_addr()
865 if (!btm_cb.ble_ctr_cb.is_connection_state_idle()) { in btm_pm_device_in_active_or_sniff_mode()
647 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()656 btm_cb.ble_ctr_cb.p_obs_results_cb = p_results_cb; in BTM_BleObserve()657 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = p_cmpl_cb; in BTM_BleObserve()659 btm_cb.ble_ctr_cb.set_ble_observe_active(); in BTM_BleObserve()670 btm_cb.ble_ctr_cb.reset_ble_observe(); in BTM_BleObserve()672 if (btm_cb.ble_ctr_cb.p_obs_cmpl_cb) { in BTM_BleObserve()673 (btm_cb.ble_ctr_cb.p_obs_cmpl_cb)( in BTM_BleObserve()676 btm_cb.ble_ctr_cb.p_obs_results_cb = nullptr; in BTM_BleObserve()677 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = nullptr; in BTM_BleObserve()704 if (!btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()[all …]
160 btm_cb.ble_ctr_cb.set_ble_observe_active(); in Scan()162 btm_cb.ble_ctr_cb.reset_ble_observe(); in Scan()251 tBTM_BLE_INQ_CB* p_cb = &btm_cb.ble_ctr_cb.inq_var; in SetScanParameters()