Searched refs:cond_type (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_adv_filter.c56 UINT8 cond_type, tBLE_BD_ADDR *p_bd_addr, UINT8 num_available);
162 ** Description Convert cond_type to OCF
167 UINT8 btm_ble_condtype_to_ocf(UINT8 cond_type) argument
171 switch(cond_type)
212 UINT8 cond_type = 0; local
217 cond_type = BTM_BLE_META_PF_FEAT_SEL;
220 cond_type = BTM_BLE_PF_ADDR_FILTER;
223 cond_type = BTM_BLE_PF_SRVC_UUID;
226 cond_type = BTM_BLE_PF_SRVC_SOL_UUID;
229 cond_type
261 UINT8 ocf = BTM_BLE_META_PF_ALL, cond_type = 0; local
544 btm_ble_update_pf_manu_data(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_data, tBTM_BLE_PF_COND_TYPE cond_type, tBTM_BLE_FILT_CB_EVT cb_evt, tBTM_BLE_REF_VALUE ref_value) argument
666 btm_ble_cs_update_pf_counter(tBTM_BLE_SCAN_COND_OP action, UINT8 cond_type, tBLE_BD_ADDR *p_bd_addr, UINT8 num_available) argument
1236 BTM_BleCfgFilterCondition(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_COND_TYPE cond_type, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_PARAM *p_cond, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, tBTM_BLE_REF_VALUE ref_value) argument
[all...]
/system/bt/bta/dm/
H A Dbta_dm_api.c1664 ** cond_type: filter condition type
1674 tBTA_DM_BLE_PF_COND_TYPE cond_type,
1682 APPL_TRACE_API ("BTA_DmBleCfgFilterCondition: %d, %d", action, cond_type);
1690 switch(cond_type)
1720 p_msg->cond_type = cond_type;
1731 if (cond_type == BTA_DM_BLE_PF_SRVC_DATA_PATTERN ||
1732 cond_type == BTA_DM_BLE_PF_MANU_DATA)
1740 if (cond_type == BTA_DM_BLE_PF_MANU_DATA)
1752 else if (cond_type
1673 BTA_DmBleCfgFilterCondition(tBTA_DM_BLE_SCAN_COND_OP action, tBTA_DM_BLE_PF_COND_TYPE cond_type, tBTA_DM_BLE_PF_FILT_INDEX filt_index, tBTA_DM_BLE_PF_COND_PARAM *p_cond, tBTA_DM_BLE_PF_CFG_CBACK *p_cmpl_cback, tBTA_DM_BLE_REF_VALUE ref_value) argument
[all...]
H A Dbta_dm_int.h631 tBTA_DM_BLE_PF_COND_TYPE cond_type; member in struct:__anon127
H A Dbta_dm_act.c5273 p_data->ble_cfg_filter_cond.cond_type,
5286 p_data->ble_cfg_filter_cond.cond_type, 0, status,
/system/bt/bta/include/
H A Dbta_api.h2315 ** cond_type: filter condition type
2325 tBTA_DM_BLE_PF_COND_TYPE cond_type,
/system/bt/stack/include/
H A Dbtm_ble_api.h1799 ** cond_type: filter condition type.
1806 tBTM_BLE_PF_COND_TYPE cond_type,

Completed in 159 milliseconds