Searched refs:getByteAddress (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java152 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(devic
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java180 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) { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java278 if (!connectHfpNative(getByteAddress(device)) ) {
346 disconnectHfpNative(getByteAddress(device));
370 disconnectHfpNative(getByteAddress(device));
407 getByteAddress(mTargetDevice));
464 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
611 if (!disconnectHfpNative(getByteAddress(mCurrentDevice))) {
631 if (!disconnectHfpNative(getByteAddress(device))) {
642 connectAudioNative(getByteAddress(mCurrentDevice));
852 if (disconnectAudioNative(getByteAddress(mCurrentDevice))) {
1138 disconnectAudioNative(getByteAddress(mCurrentDevic
1946 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java149 if (!connectPanNative(Utils.getByteAddress(device),
163 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
431 disconnectPanNative(Utils.getByteAddress(device));
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java53 public static byte[] getByteAddress(BluetoothDevice device) { method in class:Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java237 byte[] addrByte = Utils.getByteAddress(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java200 byte[] devAddr = Utils.getByteAddress(chan.mDevice);

Completed in 19 milliseconds