Home
last modified time | relevance | path

Searched defs:dev_num (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c259 int dev_num = esp_ble_get_bond_device_num(); in show_bonded_devices() local
275 int dev_num = esp_ble_get_bond_device_num(); in remove_all_bonded_devices() local
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c230 int dev_num = esp_ble_get_bond_device_num(); in show_bonded_devices() local
244 int dev_num = esp_ble_get_bond_device_num(); in remove_all_bonded_devices() local
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c250 int dev_num = esp_ble_get_bond_device_num(); in show_bonded_devices() local
268 int dev_num = esp_ble_get_bond_device_num(); in remove_all_bonded_devices() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c219 bt_status_t btc_storage_get_bonded_bt_devices_list(bt_bdaddr_t *bond_dev, int *dev_num) in btc_storage_get_bonded_bt_devices_list()
Dbtc_ble_storage.c861 bt_status_t btc_storage_get_bonded_ble_devices_list(esp_ble_bond_dev_t *bond_dev, int dev_num) in btc_storage_get_bonded_ble_devices_list()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c254 esp_err_t esp_bt_gap_get_bond_device_list(int *dev_num, esp_bd_addr_t *dev_list) in esp_bt_gap_get_bond_device_list()
Desp_gap_ble_api.c680 esp_err_t esp_ble_get_bond_device_list(int *dev_num, esp_ble_bond_dev_t *dev_list) in esp_ble_get_bond_device_list()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1033 …uint8_t dev_num; /*!< Indicate the get number device in the bond list */ member