Home
last modified time | relevance | path

Searched refs:ble_enable_scan_filt (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c6087 if ((st = BTM_BleEnableDisableFilterFeature(p_data->ble_enable_scan_filt.action, in bta_dm_enable_scan_filter()
6088 p_data->ble_enable_scan_filt.p_filt_status_cback, in bta_dm_enable_scan_filter()
6089 (tBTM_BLE_REF_VALUE)p_data->ble_enable_scan_filt.ref_value)) == BTM_CMD_STARTED) { in bta_dm_enable_scan_filter()
6090 bta_dm_cb.p_scan_filt_status_cback = p_data->ble_enable_scan_filt.p_filt_status_cback; in bta_dm_enable_scan_filter()
6095 if (p_data->ble_enable_scan_filt.p_filt_status_cback) { in bta_dm_enable_scan_filter()
6096 p_data->ble_enable_scan_filt.p_filt_status_cback (BTA_DM_BLE_PF_ENABLE_EVT, in bta_dm_enable_scan_filter()
6097 p_data->ble_enable_scan_filt.ref_value, status); in bta_dm_enable_scan_filter()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1131 tBTA_DM_API_ENABLE_SCAN_FILTER ble_enable_scan_filt; member