HomeSort by relevance Sort by last modified time
    Searched defs:getByteAddress (Results 1 - 8 of 8) 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/a2dp/
A2dpStateMachine.java 181 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))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 152 private byte[] getByteAddress(BluetoothDevice device) {
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(remoteDevice))
    [all...]
HeadsetStateMachine.java 350 if (!connectHfpNative(getByteAddress(device)) ) {
422 disconnectHfpNative(getByteAddress(device));
451 disconnectHfpNative(getByteAddress(device));
489 getByteAddress(mTargetDevice));
572 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
681 disconnectHfpNative(getByteAddress(device));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 203 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))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 570 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),
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 139 if (!connectPanNative(Utils.getByteAddress(device),
153 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
422 disconnectPanNative(Utils.getByteAddress(device));
431 disconnectPanNative(Utils.getByteAddress(device));
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]

Completed in 221 milliseconds