HomeSort by relevance Sort by last modified time
    Searched refs:getByteAddress (Results 1 - 14 of 14) 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 353 if (!connectHfpNative(getByteAddress(device))) {
423 disconnectHfpNative(getByteAddress(device));
449 disconnectHfpNative(getByteAddress(device));
484 getByteAddress(mTargetDevice));
563 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
666 disconnectHfpNative(getByteAddress(device));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 251 NativeInterface.queryCurrentCallsNative(getByteAddress(mCurrentDevice));
485 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
532 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
563 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
582 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
601 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
619 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
795 if (!NativeInterface.connectNative(getByteAddress(device))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 155 if (!connectHidNative(Utils.getByteAddress(device)) ) {
166 if (!disconnectHidNative(Utils.getByteAddress(device)) ) {
186 disconnectHidNative(Utils.getByteAddress(device));
203 if(!getProtocolModeNative(Utils.getByteAddress(device)) ) {
219 if(!virtualUnPlugNative(Utils.getByteAddress(device))) {
229 if(!setProtocolModeNative(Utils.getByteAddress(device), protocolMode)) {
241 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
268 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
278 if(!sendDataNative(Utils.getByteAddress(device), report)) {
550 return sendDataNative(Utils.getByteAddress(device), report)
    [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))) {
644 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 169 if (!connectPanNative(Utils.getByteAddress(device),
183 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
474 disconnectPanNative(Utils.getByteAddress(device));
483 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 383 byte[] addrByte = Utils.getByteAddress(device);
AdapterService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 200 byte[] devAddr = Utils.getByteAddress(chan.mDevice);
    [all...]

Completed in 291 milliseconds