Searched refs:ocf (Results 1 – 2 of 2) sorted by relevance
119 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt, in btm_ble_advfilt_enq_op_q() argument123 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()131 ocf, cb_evt, p_cmpl_cback); in btm_ble_advfilt_enq_op_q()176 UINT8 ocf = 0; in btm_ble_condtype_to_ocf() local180 ocf = BTM_BLE_META_PF_ADDR; in btm_ble_condtype_to_ocf()183 ocf = BTM_BLE_META_PF_UUID; in btm_ble_condtype_to_ocf()186 ocf = BTM_BLE_META_PF_SOL_UUID; in btm_ble_condtype_to_ocf()189 ocf = BTM_BLE_META_PF_LOCAL_NAME; in btm_ble_condtype_to_ocf()192 ocf = BTM_BLE_META_PF_MANU_DATA; in btm_ble_condtype_to_ocf()195 ocf = BTM_BLE_META_PF_SRVC_DATA; in btm_ble_condtype_to_ocf()[all …]
93 #define BLE_MESH_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument