HomeSort by relevance Sort by last modified time
    Searched defs:getByteAddress (Results 1 - 9 of 9) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 66 public static byte[] getByteAddress(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 151 private byte[] getByteAddress(BluetoothDevice device) {
178 atCommandErrorCode, getByteAddress(device));
197 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
199 getByteAddress(device));
258 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
260 getByteAddress(device));
284 atCommandErrorCode, getByteAddress(remoteDevice));
300 getByteAddress(remoteDevice));
302 getByteAddress(remoteDevice));
314 getByteAddress(remoteDevice))
    [all...]
HeadsetStateMachine.java 362 if (!connectHfpNative(getByteAddress(device))) {
437 disconnectHfpNative(getByteAddress(device));
473 getByteAddress(mTargetDevice));
499 bindResponseNative(message.arg1, message.arg2 == 1, getByteAddress(device));
614 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
686 disconnectHfpNative(getByteAddress(device));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 295 if (!connectA2dpNative(getByteAddress(device)) ) {
352 disconnectA2dpNative(getByteAddress(device));
368 disconnectA2dpNative(getByteAddress(device));
402 getByteAddress(mTargetDevice));
449 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
527 disconnectA2dpNative(getByteAddress(device));
624 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
648 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 205 if (!connectA2dpNative(getByteAddress(device)) ) {
265 disconnectA2dpNative(getByteAddress(device));
281 disconnectA2dpNative(getByteAddress(device));
311 getByteAddress(mTargetDevice));
366 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
524 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
546 if (!disconnectA2dpNative(getByteAddress(device))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 170 if (!connectPanNative(Utils.getByteAddress(device),
184 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
487 disconnectPanNative(Utils.getByteAddress(device));
496 disconnectPanNative(Utils.getByteAddress(device));
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 241 .sendPassThroughCommandNative(Utils.getByteAddress(device), msg.arg1,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 256 NativeInterface.queryCurrentCallsNative(getByteAddress(mCurrentDevice));
489 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
536 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
562 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
581 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
600 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
618 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
810 if (!NativeInterface.connectNative(getByteAddress(device))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]

Completed in 344 milliseconds