Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c119 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() argument
123 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() local
180 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 …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_hci.h93 #define BLE_MESH_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument