Searched defs:dev_num (Results 1 – 8 of 8) sorted by relevance
259 int dev_num = esp_ble_get_bond_device_num(); in show_bonded_devices() local275 int dev_num = esp_ble_get_bond_device_num(); in remove_all_bonded_devices() local
230 int dev_num = esp_ble_get_bond_device_num(); in show_bonded_devices() local244 int dev_num = esp_ble_get_bond_device_num(); in remove_all_bonded_devices() local
250 int dev_num = esp_ble_get_bond_device_num(); in show_bonded_devices() local268 int dev_num = esp_ble_get_bond_device_num(); in remove_all_bonded_devices() local
219 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()
861 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()
254 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()
680 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()
1033 …uint8_t dev_num; /*!< Indicate the get number device in the bond list */ member