HomeSort by relevance Sort by last modified time
    Searched refs:bd_addr_str (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/src/
btif_config.c 103 bdstr_t bd_addr_str; local
104 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
106 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type))
109 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type);
121 bdstr_t bd_addr_str; local
122 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
124 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type))
127 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type)
    [all...]
btif_gatt_client.c 1993 char bd_addr_str[18] = {0}; local
    [all...]
  /system/bt/stack/l2cap/
l2c_link.c 471 bdstr_t bd_addr_str = {0}; local
475 bd_addr_str,
476 sizeof(bd_addr_str)),
    [all...]

Completed in 64 milliseconds