Home
last modified time | relevance | path

Searched refs:btAddr (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp170 bt_bdaddr_t * btAddr; in connectA2dpNative() local
177 btAddr = (bt_bdaddr_t *) addr; in connectA2dpNative()
Dcom_android_bluetooth_a2dp_sink.cpp196 bt_bdaddr_t * btAddr; in connectA2dpNative() local
203 btAddr = (bt_bdaddr_t *) addr; in connectA2dpNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java410 String btAddr = account.getAddress().getSchemeSpecificPart(); in getDevice() local
411 return mAdapter.getRemoteDevice(btAddr); in getDevice()