Home | History | Annotate | Download | only in btm

Lines Matching defs:ocf

87  * Description      Convert cond_type to OCF
89 * Returns Returns ocf value
93 uint8_t ocf = 0;
97 ocf = BTM_BLE_META_PF_ADDR;
100 ocf = BTM_BLE_META_PF_UUID;
103 ocf = BTM_BLE_META_PF_SOL_UUID;
106 ocf = BTM_BLE_META_PF_LOCAL_NAME;
109 ocf = BTM_BLE_META_PF_MANU_DATA;
112 ocf = BTM_BLE_META_PF_SRVC_DATA;
115 ocf = BTM_BLE_META_PF_ALL;
118 ocf = BTM_BLE_PF_TYPE_MAX;
121 return ocf;
128 * Description Convert OCF to cond type
133 uint8_t btm_ble_ocf_to_condtype(uint8_t ocf) {
136 switch (ocf) {