Home
last modified time | relevance | path

Searched refs:action_ocf (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_adv_filter.c116 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx] = (action |(ocf << 4)); in btm_ble_advfilt_enq_op_q()
123 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx], action, in btm_ble_advfilt_enq_op_q()
143 *p_ocf = (btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.pending_idx] >> 4); in btm_ble_advfilt_deq_op_q()
144 *p_action = (btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.pending_idx] in btm_ble_advfilt_deq_op_q()
/system/bt/stack/include/
Dbtm_ble_api.h748 UINT8 action_ocf[BTM_BLE_PF_TYPE_MAX]; member