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 62 public static byte[] getByteAddress(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 232 sendPassThroughCommandNative(getByteAddress(device), msg.arg1, msg.arg2);
264 private byte[] getByteAddress(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 187 if (!connectA2dpNative(getByteAddress(device)) ) {
247 disconnectA2dpNative(getByteAddress(device));
269 disconnectA2dpNative(getByteAddress(device));
305 getByteAddress(mTargetDevice));
356 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
501 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
521 if (!disconnectA2dpNative(getByteAddress(device))) {
716 private byte[] getByteAddress(BluetoothDevice device) {
    [all...]
A2dpStateMachine.java 175 if (!connectA2dpNative(getByteAddress(device)) ) {
232 disconnectA2dpNative(getByteAddress(device));
254 disconnectA2dpNative(getByteAddress(device));
290 getByteAddress(mTargetDevice));
337 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
482 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
502 if (!disconnectA2dpNative(getByteAddress(device))) {
700 private byte[] getByteAddress(BluetoothDevice 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 345 if (!connectHfpNative(getByteAddress(device)) ) {
417 disconnectHfpNative(getByteAddress(device));
446 disconnectHfpNative(getByteAddress(device));
484 getByteAddress(mTargetDevice));
558 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
667 disconnectHfpNative(getByteAddress(device));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 141 if (!connectPanNative(Utils.getByteAddress(device),
155 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
417 disconnectPanNative(Utils.getByteAddress(device));
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]

Completed in 487 milliseconds