Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_adv_filter.c56 UINT8 cond_type, tBLE_BD_ADDR *p_bd_addr, UINT8 num_available);
167 UINT8 btm_ble_condtype_to_ocf(UINT8 cond_type) in btm_ble_condtype_to_ocf() argument
171 switch(cond_type) in btm_ble_condtype_to_ocf()
212 UINT8 cond_type = 0; in btm_ble_ocf_to_condtype() local
217 cond_type = BTM_BLE_META_PF_FEAT_SEL; in btm_ble_ocf_to_condtype()
220 cond_type = BTM_BLE_PF_ADDR_FILTER; in btm_ble_ocf_to_condtype()
223 cond_type = BTM_BLE_PF_SRVC_UUID; in btm_ble_ocf_to_condtype()
226 cond_type = BTM_BLE_PF_SRVC_SOL_UUID; in btm_ble_ocf_to_condtype()
229 cond_type = BTM_BLE_PF_LOCAL_NAME; in btm_ble_ocf_to_condtype()
232 cond_type = BTM_BLE_PF_MANU_DATA; in btm_ble_ocf_to_condtype()
[all …]
/system/bt/bta/dm/
Dbta_dm_api.c1674 tBTA_DM_BLE_PF_COND_TYPE cond_type, in BTA_DmBleCfgFilterCondition() argument
1682 APPL_TRACE_API ("BTA_DmBleCfgFilterCondition: %d, %d", action, cond_type); in BTA_DmBleCfgFilterCondition()
1690 switch(cond_type) in BTA_DmBleCfgFilterCondition()
1720 p_msg->cond_type = cond_type; in BTA_DmBleCfgFilterCondition()
1731 if (cond_type == BTA_DM_BLE_PF_SRVC_DATA_PATTERN || in BTA_DmBleCfgFilterCondition()
1732 cond_type == BTA_DM_BLE_PF_MANU_DATA) in BTA_DmBleCfgFilterCondition()
1740 if (cond_type == BTA_DM_BLE_PF_MANU_DATA) in BTA_DmBleCfgFilterCondition()
1752 else if (cond_type == BTA_DM_BLE_PF_LOCAL_NAME) in BTA_DmBleCfgFilterCondition()
1760 else if ((cond_type == BTM_BLE_PF_SRVC_UUID in BTA_DmBleCfgFilterCondition()
1761 || cond_type == BTM_BLE_PF_SRVC_SOL_UUID)) in BTA_DmBleCfgFilterCondition()
[all …]
Dbta_dm_int.h631 tBTA_DM_BLE_PF_COND_TYPE cond_type; member
Dbta_dm_act.c5269 p_data->ble_cfg_filter_cond.cond_type, in bta_dm_cfg_filter_cond()
5282 p_data->ble_cfg_filter_cond.cond_type, 0, status, in bta_dm_cfg_filter_cond()
/system/bt/stack/include/
Dbtm_ble_api.h1806 tBTM_BLE_PF_COND_TYPE cond_type,
/system/bt/bta/include/
Dbta_api.h2323 tBTA_DM_BLE_PF_COND_TYPE cond_type,