Searched defs: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()176 UINT8 ocf = 0; in btm_ble_condtype_to_ocf() local216 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() local1190 UINT8 ocf = 0; in BTM_BleCfgFilterCondition() local
93 #define BLE_MESH_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument