Home
last modified time | relevance | path

Searched refs:bd_addr_str (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_config.c103 bdstr_t bd_addr_str; in btif_get_device_type() local
104 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str)); in btif_get_device_type()
106 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type)) in btif_get_device_type()
109 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type); in btif_get_device_type()
121 bdstr_t bd_addr_str; in btif_get_address_type() local
122 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str)); in btif_get_address_type()
124 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) in btif_get_address_type()
127 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type); in btif_get_address_type()
Dbtif_gatt_client.c1993 char bd_addr_str[18] = {0}; in btif_gattc_get_device_type() local
1995 bdaddr_to_string(bd_addr, bd_addr_str, sizeof(bd_addr_str)); in btif_gattc_get_device_type()
1996 if (btif_config_get_int(bd_addr_str, "DevType", &device_type)) in btif_gattc_get_device_type()
/system/bt/stack/l2cap/
Dl2c_link.c471 bdstr_t bd_addr_str = {0}; in l2c_link_hci_disc_comp() local
475 bd_addr_str, in l2c_link_hci_disc_comp()
476 sizeof(bd_addr_str)), in l2c_link_hci_disc_comp()