Searched refs:bdaddr_to_string (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 99 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_add_ble_bonding_key() 160 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_bonding_key() 381 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_bonding_keys() 550 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_compare_address_key_value() 595 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_set_ble_dev_type() 627 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_dev_type() 657 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_dev_type() 701 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr_t)); in _btc_storage_set_ble_dev_auth_mode() 728 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_dev_auth_mode() 750 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_dev_auth_mode() [all …]
|
D | btc_storage.c | 40 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_add_bonded_device() 219 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_update_active_device() 244 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_remove_bonded_device() 361 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_add_hid_device_info() 470 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_remove_hid_info() 555 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_set_hidd() 577 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_remove_hidd()
|
/hal_espressif-latest/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);
|
/hal_espressif-latest/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
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | btc_hh.c | 231 … bdaddr_to_string((const bt_bdaddr_t *)p_dev->bd_addr, bdstr, sizeof(bdstr))); in btc_hh_timer_timeout() 549 … bdaddr_to_string((const bt_bdaddr_t *)arg->connect.bd_addr, bdstr, sizeof(bdstr))); in btc_hh_connect() 558 … bdaddr_to_string((const bt_bdaddr_t *)arg->connect.bd_addr, bdstr, sizeof(bdstr)), in btc_hh_connect()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_utils.c | 689 bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr))); in bta_gattc_mark_bg_conn()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 896 … p_data->open.status, hf_client_local_param.btc_hf_client_cb.state, bdaddr_to_string(&hf_client_lo… in btc_hf_client_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 1339 … bdaddr_to_string(&hf_local_param[idx].btc_hf_cb.connected_bda, bdstr, sizeof(bdstr))); in btc_hf_cb_handler()
|