Home
last modified time | relevance | path

Searched refs:ESP_BT_GAP_DEV_PROP_EIR (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c73 if (param->disc_res.prop[i].type == ESP_BT_GAP_DEV_PROP_EIR in esp_bt_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h69ESP_BT_GAP_DEV_PROP_EIR, /*!< Extended Inquiry Response, value type is uint… enumerator
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c264 if (prop->type != ESP_BT_GAP_DEV_PROP_EIR) { in handle_bt_device_result()
277 } else if (prop->type == ESP_BT_GAP_DEV_PROP_EIR) { in handle_bt_device_result()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c267 if (prop->type != ESP_BT_GAP_DEV_PROP_EIR) { in handle_bt_device_result()
280 } else if (prop->type == ESP_BT_GAP_DEV_PROP_EIR) { in handle_bt_device_result()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c148 case ESP_BT_GAP_DEV_PROP_EIR: { in update_device_info()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c213 if (param->disc_res.prop[i].type == ESP_BT_GAP_DEV_PROP_EIR in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dmain.c255 if (param->disc_res.prop[i].type == ESP_BT_GAP_DEV_PROP_EIR in esp_bt_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c185 case ESP_BT_GAP_DEV_PROP_EIR: in filter_inquiry_scan_result()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/
DREADME.md208 case ESP_BT_GAP_DEV_PROP_EIR: {
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c355 …BTC_STORAGE_FILL_PROPERTY(&prop[2], ESP_BT_GAP_DEV_PROP_EIR, HCI_EXT_INQ_RESPONSE_LEN, p_data->p_d… in btc_gap_bt_search_devices_evt()