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

  /system/bt/btif/src/
btif_config.c 57 bdstr_t bd_addr_str; local
58 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
60 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type))
63 LOG_DEBUG("%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type);
75 bdstr_t bd_addr_str; local
76 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
78 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type))
81 LOG_DEBUG("%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type)
    [all...]
btif_gatt_client.c 2212 char bd_addr_str[18] = {0}; local
    [all...]

Completed in 517 milliseconds