Searched refs:string_to_bdaddr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 54 string_to_bdaddr(remove_section, &bd_addr); in btc_storage_add_bonded_device() 93 string_to_bdaddr(remote_bd_addr, &bd_addr); in _btc_storage_in_fetch_bonded_bt_device() 162 string_to_bdaddr(remove_section, &bd_addr); in btc_in_fetch_bonded_devices() 328 string_to_bdaddr(name, &bd_addr); in btc_storage_get_bonded_bt_devices_list() 442 … if (string_to_bdaddr(name, &bd_addr) && btc_hh_add_added_dev(*(BD_ADDR *)&bd_addr, attr_mask)) { in btc_storage_load_bonded_hid_info() 533 string_to_bdaddr(name, &bd_addr); in btc_storage_load_hidd()
|
D | btc_ble_storage.c | 71 string_to_bdaddr(need_remove_section, &bd_addr); in _btc_storage_save() 274 string_to_bdaddr(section, &bd_addr); in btc_storage_remove_unused_sections() 325 string_to_bdaddr(name, &bd_addr); in btc_storage_delete_duplicate_ble_devices() 339 string_to_bdaddr(temp_name, &temp_bd_addr); in btc_storage_delete_duplicate_ble_devices() 919 string_to_bdaddr(remote_bd_addr, &bd_addr); in _btc_storage_in_fetch_bonded_ble_device() 977 string_to_bdaddr(name, &bd_addr); in btc_storage_get_bonded_ble_devices_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/ |
D | bdaddr.h | 58 bool string_to_bdaddr(const char *string, bt_bdaddr_t *addr);
|
/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | bdaddr.c | 98 bool string_to_bdaddr(const char *string, bt_bdaddr_t *addr) in string_to_bdaddr() function
|