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

/system/bt/btif/src/
H A Dbtif_config.c105 bdstr_t bd_addr_str; local
106 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
108 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type))
111 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type);
123 bdstr_t bd_addr_str; local
124 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
126 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type))
129 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_typ
[all...]
H A Dbtif_gatt_client.c2002 char bd_addr_str[18] = {0}; local
2004 bdaddr_to_string(bd_addr, bd_addr_str, sizeof(bd_addr_str));
2005 if (btif_config_get_int(bd_addr_str, "DevType", &device_type))
/system/bt/stack/l2cap/
H A Dl2c_link.c471 bdstr_t bd_addr_str = {0}; local
475 bd_addr_str,
476 sizeof(bd_addr_str)),

Completed in 6462 milliseconds