Searched refs:bdstr (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 38 bdstr_t bdstr; in btc_storage_add_bonded_device() local 40 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_add_bonded_device() 43 …orage_get_num_all_bond_devices() >= BTM_SEC_MAX_DEVICE_RECORDS && !btc_config_has_section(bdstr)) { in btc_storage_add_bonded_device() 65 BTC_TRACE_DEBUG("add to storage: Remote device:%s\n", bdstr); in btc_storage_add_bonded_device() 68 int ret = btc_config_set_int(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR, (int)key_type); in btc_storage_add_bonded_device() 69 ret &= btc_config_set_int(bdstr, BTC_STORAGE_PIN_LENGTH_STR, (int)pin_length); in btc_storage_add_bonded_device() 70 ret &= btc_config_set_bin(bdstr, BTC_STORAGE_LINK_KEY_STR, link_key, sizeof(LINK_KEY)); in btc_storage_add_bonded_device() 71 …ret &= btc_config_set_bin(bdstr, BTC_STORAGE_SC_SUPPORT, (uint8_t *)&sc_support, sizeof(sc_support… in btc_storage_add_bonded_device() 218 bdstr_t bdstr; in btc_storage_update_active_device() local 219 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btc_storage_update_active_device() [all …]
|
D | btc_ble_storage.c | 98 bdstr_t bdstr; in _btc_storage_add_ble_bonding_key() local 99 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_add_ble_bonding_key() 125 int ret = btc_config_set_bin(bdstr, name, (const uint8_t *)key, key_length); in _btc_storage_add_ble_bonding_key() 159 bdstr_t bdstr; in _btc_storage_get_ble_bonding_key() local 160 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_get_ble_bonding_key() 184 int ret = btc_config_get_bin(bdstr, name, (uint8_t *)key_value, &length); in _btc_storage_get_ble_bonding_key() 380 bdstr_t bdstr; in _btc_storage_remove_ble_bonding_keys() local 381 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in _btc_storage_remove_ble_bonding_keys() 383 BTIF_TRACE_DEBUG(" %s in bd addr:%s",__FUNCTION__, bdstr); in _btc_storage_remove_ble_bonding_keys() 385 ret = _btc_storage_remove_all_ble_keys(bdstr); in _btc_storage_remove_ble_bonding_keys() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | interop.c | 52 char bdstr[20] = {0}; in interop_match() local 55 bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature)); in interop_match()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 857 bdstr_t bdstr; in btc_hf_client_cb_handler() local 896 …te, bdaddr_to_string(&hf_client_local_param.btc_hf_client_cb.connected_bda, bdstr, sizeof(bdstr))); in btc_hf_client_cb_handler() 897 UNUSED(bdstr); in btc_hf_client_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | btc_hh.c | 50 static bdstr_t bdstr; variable 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 | 686 char bdstr[18] = {0}; in bta_gattc_mark_bg_conn() local 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_ag/ |
D | btc_hf_ag.c | 1282 bdstr_t bdstr; in btc_hf_cb_handler() local 1339 … bdaddr_to_string(&hf_local_param[idx].btc_hf_cb.connected_bda, bdstr, sizeof(bdstr))); in btc_hf_cb_handler()
|