Searched refs:bd_addr_str (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 379 char bd_addr_str[18] = {0}; in btif_get_device_type() local 380 bd2str(&bda, &bd_addr_str); in btif_get_device_type() 382 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", p_device_type)) in btif_get_device_type() 385 ALOGD("%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type); in btif_get_device_type() 397 char bd_addr_str[18] = {0}; in btif_get_address_type() local 398 bd2str(&bda, &bd_addr_str); in btif_get_address_type() 400 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", p_addr_type)) in btif_get_address_type() 403 ALOGD("%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type); in btif_get_address_type()
|
D | btif_gatt_client.c | 2097 char bd_addr_str[18] = {0}; in btif_gattc_get_device_type() local 2099 bd2str(bd_addr, &bd_addr_str); in btif_gattc_get_device_type() 2100 if (btif_config_get_int("Remote", bd_addr_str, "DevType", &device_type)) in btif_gattc_get_device_type()
|