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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 152 if (!connectHidNative(Utils.getByteAddress(device)) ) {
163 if (!disconnectHidNative(Utils.getByteAddress(device)) ) {
183 disconnectHidNative(Utils.getByteAddress(device));
200 if(!getProtocolModeNative(Utils.getByteAddress(device)) ) {
216 if(!virtualUnPlugNative(Utils.getByteAddress(device))) {
226 if(!setProtocolModeNative(Utils.getByteAddress(device), protocolMode)) {
238 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
249 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
259 if(!sendDataNative(Utils.getByteAddress(device), report)) {
531 return sendDataNative(Utils.getByteAddress(device), report)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 180 if (!connectA2dpNative(getByteAddress(device)) ) {
237 disconnectA2dpNative(getByteAddress(device));
259 disconnectA2dpNative(getByteAddress(device));
295 getByteAddress(mTargetDevice));
342 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
487 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
507 if (!disconnectA2dpNative(getByteAddress(device))) {
701 private byte[] getByteAddress(BluetoothDevice device) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 268 if (!connectHfpNative(getByteAddress(device)) ) {
339 disconnectHfpNative(getByteAddress(device));
363 disconnectHfpNative(getByteAddress(device));
400 getByteAddress(mTargetDevice));
460 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
607 if (!disconnectHfpNative(getByteAddress(mCurrentDevice))) {
627 if (!disconnectHfpNative(getByteAddress(device))) {
638 connectAudioNative(getByteAddress(mCurrentDevice));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 149 if (!connectPanNative(Utils.getByteAddress(device),
163 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
431 disconnectPanNative(Utils.getByteAddress(device));
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 53 public static byte[] getByteAddress(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 238 byte[] addrByte = Utils.getByteAddress(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 200 byte[] devAddr = Utils.getByteAddress(chan.mDevice);
    [all...]

Completed in 600 milliseconds