Searched defs:getByteAddress (Results 1 - 7 of 7) sorted by relevance

/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/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
/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.java350 if (!connectHfpNative(getByteAddress(device)) ) {
422 disconnectHfpNative(getByteAddress(device));
451 disconnectHfpNative(getByteAddress(device));
489 getByteAddress(mTargetDevice));
572 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
681 disconnectHfpNative(getByteAddress(device));
807 if (!disconnectHfpNative(getByteAddress(DisconnectConnectedDevice))) {
830 if (!connectHfpNative(getByteAddress(device))) {
854 if (!disconnectHfpNative(getByteAddress(device))) {
882 connectAudioNative(getByteAddress(devic
3406 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java203 if (!connectA2dpNative(getByteAddress(device)) ) {
263 disconnectA2dpNative(getByteAddress(device));
285 disconnectA2dpNative(getByteAddress(device));
321 getByteAddress(mTargetDevice));
374 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
523 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
545 if (!disconnectA2dpNative(getByteAddress(device))) {
767 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java570 sendPassThroughCommandNative(getByteAddress(device), msg.arg1, msg.arg2);
578 sendGroupNavigationCommandNative(getByteAddress(peerDevice), msg.arg1, msg.arg2);
589 setPlayerApplicationSettingValuesNative(getByteAddress(mAvrcpRemoteDevice.mBTDevice),
667 sendRegisterAbsVolRspNative(getByteAddress(mAvrcpRemoteDevice.mBTDevice),
761 sendAbsVolRspNative(getByteAddress(mAvrcpRemoteDevice.mBTDevice), absVol, label);
790 sendRegisterAbsVolRspNative(getByteAddress(mAvrcpRemoteDevice.mBTDevice),
941 private byte[] getByteAddress(BluetoothDevice device) { method in class:AvrcpControllerService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1369 if (!connectNative(getByteAddress(device))) {
1421 disconnectNative(getByteAddress(device));
1602 if (!disconnectNative(getByteAddress(mCurrentDevice))) {
1622 if (!disconnectNative(getByteAddress(dev))) {
1631 if (!connectAudioNative(getByteAddress(mCurrentDevice))) {
1637 if (!disconnectAudioNative(getByteAddress(mCurrentDevice))) {
2175 if (disconnectAudioNative(getByteAddress(mCurrentDevice))) {
2617 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetClientStateMachine

Completed in 88 milliseconds