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

  /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/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/hid/
HidService.java 153 if (!connectHidNative(Utils.getByteAddress(device)) ) {
164 if (!disconnectHidNative(Utils.getByteAddress(device)) ) {
184 disconnectHidNative(Utils.getByteAddress(device));
201 if(!getProtocolModeNative(Utils.getByteAddress(device)) ) {
217 if(!virtualUnPlugNative(Utils.getByteAddress(device))) {
227 if(!setProtocolModeNative(Utils.getByteAddress(device), protocolMode)) {
239 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
266 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
276 if(!sendDataNative(Utils.getByteAddress(device), report)) {
548 return sendDataNative(Utils.getByteAddress(device), report)
    [all...]
  /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/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/
Utils.java 62 public static byte[] getByteAddress(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 287 byte[] addrByte = Utils.getByteAddress(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 203 byte[] devAddr = Utils.getByteAddress(chan.mDevice);
    [all...]

Completed in 349 milliseconds