Home
last modified time | relevance | path

Searched refs:ESP_BT_GAP_DEV_PROP_RSSI (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dbt_discovery.c135 case ESP_BT_GAP_DEV_PROP_RSSI: in update_device_info()
165 case ESP_BT_GAP_DEV_PROP_RSSI: in update_device_info()
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h68ESP_BT_GAP_DEV_PROP_RSSI, /*!< Received Signal strength Indication, value ty… enumerator
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c214 case ESP_BT_GAP_DEV_PROP_RSSI: in filter_inquiry_scan_result()
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c262 } else if (prop->type == ESP_BT_GAP_DEV_PROP_RSSI) { in handle_bt_device_result()
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c262 } else if (prop->type == ESP_BT_GAP_DEV_PROP_RSSI) { in handle_bt_device_result()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c351 … BTC_STORAGE_FILL_PROPERTY(&prop[1], ESP_BT_GAP_DEV_PROP_RSSI, 1, &(p_data->p_data->inq_res.rssi)); in btc_gap_bt_search_devices_evt()