Home
last modified time | relevance | path

Searched defs: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()
176 UINT8 ocf = 0; in btm_ble_condtype_to_ocf() local
216 UINT8 btm_ble_ocf_to_condtype(UINT8 ocf) in btm_ble_ocf_to_condtype()
266 UINT8 ocf = BTM_BLE_META_PF_ALL, cond_type = 0; in btm_ble_scan_pf_cmpl_cback() local
1190 UINT8 ocf = 0; in BTM_BleCfgFilterCondition() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_hci.h93 #define BLE_MESH_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument