Lines Matching refs:ble_ctr_cb
654 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
659 btm_cb.ble_ctr_cb.p_obs_results_cb = p_results_cb; in BTM_BleObserve()
660 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = p_cmpl_cb; in BTM_BleObserve()
662 btm_cb.ble_ctr_cb.set_ble_observe_active(); in BTM_BleObserve()
673 btm_cb.ble_ctr_cb.reset_ble_observe(); in BTM_BleObserve()
675 if (btm_cb.ble_ctr_cb.p_obs_cmpl_cb) { in BTM_BleObserve()
676 (btm_cb.ble_ctr_cb.p_obs_cmpl_cb)( in BTM_BleObserve()
679 btm_cb.ble_ctr_cb.p_obs_results_cb = nullptr; in BTM_BleObserve()
680 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = nullptr; in BTM_BleObserve()
707 if (!btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
712 btm_cb.ble_ctr_cb.reset_ble_observe(); in BTM_BleObserve()
714 if (btm_cb.ble_ctr_cb.p_obs_cmpl_cb) { in BTM_BleObserve()
715 (btm_cb.ble_ctr_cb.p_obs_cmpl_cb)(&btm_cb.btm_inq_vars.inq_cmpl_info); in BTM_BleObserve()
717 btm_cb.ble_ctr_cb.p_obs_results_cb = nullptr; in BTM_BleObserve()
718 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = nullptr; in BTM_BleObserve()
796 btm_cb.ble_ctr_cb.reset_ble_inquiry(); in BTM_CancelInquiry()