Searched refs:bdaddr_to_string (Results 1 – 6 of 6) sorted by relevance
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/ |
| D | btc_ble_storage.c | 106 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_add_ble_bonding_key() 167 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_bonding_key() 224 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_bonding_keys() 412 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_compare_address_key_value() 457 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_set_ble_dev_type() 489 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_dev_type() 519 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_dev_type() 563 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr_t)); in _btc_storage_set_ble_dev_auth_mode() 590 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_dev_auth_mode() 612 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_dev_auth_mode() [all …]
|
| D | btc_storage.c | 45 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_add_bonded_device() 154 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_remove_bonded_device()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/device/include/device/ |
| D | bdaddr.h | 50 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size);
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/device/ |
| D | interop.c | 55 bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature)); in interop_match()
|
| D | bdaddr.c | 59 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size) in bdaddr_to_string() function
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gattc_utils.c | 673 bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr))); in bta_gattc_mark_bg_conn()
|