Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3101 if (evt_type != BTM_BLE_SCAN_RSP_EVT) { in btm_ble_cache_adv_data()
3125 if (evt_type != BTM_BLE_SCAN_RSP_EVT) { in btm_ble_cache_adv_data()
3384 if (evt_type != BTM_BLE_SCAN_RSP_EVT) { in btm_ble_update_inq_result()
3388 if (evt_type == BTM_BLE_SCAN_RSP_EVT) { in btm_ble_update_inq_result()
3740 if (same_addr != 0 || (same_addr == 0 && evt_type != BTM_BLE_SCAN_RSP_EVT)) { in btm_ble_process_adv_pkt_cont()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h44 #define BTM_BLE_SCAN_RSP_EVT 0x04 macro