Home
last modified time | relevance | path

Searched refs:num_dev (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c279 int num_dev = 0; in btc_storage_get_num_bt_bond_devices() local
290 num_dev++; in btc_storage_get_num_bt_bond_devices()
294 return num_dev; in btc_storage_get_num_bt_bond_devices()
591 int num_dev = 0; in btc_storage_get_num_all_bond_devices() local
598 num_dev++; in btc_storage_get_num_all_bond_devices()
602 return num_dev; in btc_storage_get_num_all_bond_devices()
Dbtc_ble_storage.c1016 int num_dev = 0; in btc_storage_get_num_ble_bond_devices() local
1029 num_dev++; in btc_storage_get_num_ble_bond_devices()
1033 return num_dev; in btc_storage_get_num_ble_bond_devices()