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_config.c 379 char bd_addr_str[18] = {0}; local
380 bd2str(&bda, &bd_addr_str);
382 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", p_device_type))
385 ALOGD("%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type);
397 char bd_addr_str[18] = {0}; local
398 bd2str(&bda, &bd_addr_str);
400 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", p_addr_type))
403 ALOGD("%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type);
btif_gatt_client.c 2097 char bd_addr_str[18] = {0}; local
    [all...]

Completed in 174 milliseconds