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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 360 char bd_addr_str[18] = {0}; local
361 bd2str(&bda, &bd_addr_str);
363 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", device_type))
366 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", addr_type))
369 ALOGD("%s: Device [%s] type %d, addr. type %d", __FUNCTION__, bd_addr_str, *device_type, *addr_type);
btif_gatt_client.c 2092 char bd_addr_str[18] = {0}; local
    [all...]

Completed in 326 milliseconds