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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
RemoteDevice.java 63 return Utils.getByteAddress(mBTDevice);
AvrcpControllerStateMachine.java 241 .sendPassThroughCommandNative(Utils.getByteAddress(device), msg.arg1,
    [all...]
  /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/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/hid/
HidService.java 158 if (!connectHidNative(Utils.getByteAddress(device)) ) {
169 if (!disconnectHidNative(Utils.getByteAddress(device)) ) {
189 disconnectHidNative(Utils.getByteAddress(device));
206 if(!getProtocolModeNative(Utils.getByteAddress(device)) ) {
222 if(!virtualUnPlugNative(Utils.getByteAddress(device))) {
232 if(!setProtocolModeNative(Utils.getByteAddress(device), protocolMode)) {
244 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
271 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
281 if(!sendDataNative(Utils.getByteAddress(device), report)) {
295 if (!getIdleTimeNative(Utils.getByteAddress(device)))
    [all...]
HidDevService.java 480 return connectNative(Utils.getByteAddress(device));
  /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/
Utils.java 66 public static byte[] getByteAddress(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 389 byte[] addrByte = Utils.getByteAddress(device);
    [all...]
RemoteDevices.java 378 deviceProperties = addDeviceProperties(Utils.getByteAddress(device));
AdapterService.java     [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 257 0, Utils.getByteAddress(mDevice1), AbstractionLayer.BT_ACL_STATE_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 200 byte[] devAddr = Utils.getByteAddress(chan.mDevice);
    [all...]

Completed in 207 milliseconds