Home
last modified time | relevance | path

Searched refs:p_filt_params (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c1009 tBTM_BLE_PF_FILT_PARAMS *p_filt_params, in BTM_BleAdvFilterParamSetup() argument
1034 BTM_TRACE_DEBUG("BTM_BleAdvFilterParamSetup : Feat mask:%d", p_filt_params->feat_seln); in BTM_BleAdvFilterParamSetup()
1043 UINT16_TO_STREAM(p, p_filt_params->feat_seln); in BTM_BleAdvFilterParamSetup()
1045 UINT16_TO_STREAM(p, p_filt_params->logic_type); in BTM_BleAdvFilterParamSetup()
1047 UINT8_TO_STREAM(p, p_filt_params->filt_logic_type); in BTM_BleAdvFilterParamSetup()
1049 UINT8_TO_STREAM(p, p_filt_params->rssi_high_thres); in BTM_BleAdvFilterParamSetup()
1051 UINT8_TO_STREAM(p, p_filt_params->dely_mode); in BTM_BleAdvFilterParamSetup()
1053 if (0x01 == p_filt_params->dely_mode) { in BTM_BleAdvFilterParamSetup()
1055 UINT16_TO_STREAM(p, p_filt_params->found_timeout); in BTM_BleAdvFilterParamSetup()
1057 UINT8_TO_STREAM(p, p_filt_params->found_timeout_cnt); in BTM_BleAdvFilterParamSetup()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2404 tBTA_DM_BLE_PF_FILT_PARAMS *p_filt_params, in BTA_DmBleScanFilterSetup() argument
2421 if (p_filt_params) { in BTA_DmBleScanFilterSetup()
2422 memcpy(&p_msg->filt_params, p_filt_params, sizeof(tBTA_DM_BLE_PF_FILT_PARAMS)); in BTA_DmBleScanFilterSetup()
2437 UNUSED(p_filt_params); in BTA_DmBleScanFilterSetup()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h2555 tBTM_BLE_PF_FILT_PARAMS *p_filt_params,
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2974 tBTA_DM_BLE_PF_FILT_PARAMS *p_filt_params,