Searched refs:getByteAddress (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java152 private byte[] getByteAddress(BluetoothDevice device) { method in class:AtPhonebook
179 atCommandErrorCode, getByteAddress(device));
198 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
200 getByteAddress(device));
259 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
261 getByteAddress(device));
285 atCommandErrorCode, getByteAddress(remoteDevice));
301 getByteAddress(remoteDevice));
303 getByteAddress(remoteDevice));
315 getByteAddress(remoteDevic
[all...]
H A DHeadsetStateMachine.java346 if (!connectHfpNative(getByteAddress(device)) ) {
418 disconnectHfpNative(getByteAddress(device));
447 disconnectHfpNative(getByteAddress(device));
485 getByteAddress(mTargetDevice));
559 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
668 disconnectHfpNative(getByteAddress(device));
794 if (!disconnectHfpNative(getByteAddress(DisconnectConnectedDevice))) {
817 if (!connectHfpNative(getByteAddress(device))) {
841 if (!disconnectHfpNative(getByteAddress(device))) {
865 connectAudioNative(getByteAddress(devic
3279 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java181 if (!connectA2dpNative(getByteAddress(device)) ) {
238 disconnectA2dpNative(getByteAddress(device));
260 disconnectA2dpNative(getByteAddress(device));
296 getByteAddress(mTargetDevice));
343 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
421 disconnectA2dpNative(getByteAddress(device));
513 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
533 if (!disconnectA2dpNative(getByteAddress(device))) {
738 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpStateMachine
H A DA2dpSinkStateMachine.java187 if (!connectA2dpNative(getByteAddress(device)) ) {
247 disconnectA2dpNative(getByteAddress(device));
269 disconnectA2dpNative(getByteAddress(device));
305 getByteAddress(mTargetDevice));
356 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
501 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
521 if (!disconnectA2dpNative(getByteAddress(device))) {
716 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java153 if (!connectHidNative(Utils.getByteAddress(device)) ) {
164 if (!disconnectHidNative(Utils.getByteAddress(device)) ) {
184 disconnectHidNative(Utils.getByteAddress(device));
201 if(!getProtocolModeNative(Utils.getByteAddress(device)) ) {
217 if(!virtualUnPlugNative(Utils.getByteAddress(device))) {
227 if(!setProtocolModeNative(Utils.getByteAddress(device), protocolMode)) {
239 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
266 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
276 if(!sendDataNative(Utils.getByteAddress(device), report)) {
548 return sendDataNative(Utils.getByteAddress(devic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java231 sendPassThroughCommandNative(getByteAddress(device), msg.arg1, msg.arg2);
263 private byte[] getByteAddress(BluetoothDevice device) { method in class:AvrcpControllerService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java141 if (!connectPanNative(Utils.getByteAddress(device),
155 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
418 disconnectPanNative(Utils.getByteAddress(device));
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1342 if (!connectNative(getByteAddress(device))) {
1394 disconnectNative(getByteAddress(device));
1573 if (!disconnectNative(getByteAddress(mCurrentDevice))) {
1593 if (!disconnectNative(getByteAddress(dev))) {
1602 if (!connectAudioNative(getByteAddress(mCurrentDevice))) {
1608 if (!disconnectAudioNative(getByteAddress(mCurrentDevice))) {
2147 if (disconnectAudioNative(getByteAddress(mCurrentDevice))) {
2594 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java66 public static byte[] getByteAddress(BluetoothDevice device) { method in class:Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java299 byte[] addrByte = Utils.getByteAddress(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java203 byte[] devAddr = Utils.getByteAddress(chan.mDevice);

Completed in 482 milliseconds