Home
last modified time | relevance | path

Searched refs:ESP_BT_GAP_DEV_PROP_BDNAME (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h66ESP_BT_GAP_DEV_PROP_BDNAME = 1, /*!< Bluetooth device name, value type is int8_t [… enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c143 case ESP_BT_GAP_DEV_PROP_BDNAME: in update_device_info()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c188 case ESP_BT_GAP_DEV_PROP_BDNAME: in filter_inquiry_scan_result()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c267 if (prop->type == ESP_BT_GAP_DEV_PROP_BDNAME) { in handle_bt_device_result()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c270 if (prop->type == ESP_BT_GAP_DEV_PROP_BDNAME) { in handle_bt_device_result()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/
DREADME.md203 case ESP_BT_GAP_DEV_PROP_BDNAME:
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c324 …BTC_STORAGE_FILL_PROPERTY(&prop[0], ESP_BT_GAP_DEV_PROP_BDNAME, bdname_len + 1, p_data->p_data->di… in btc_gap_bt_search_devices_evt()