Searched refs:connectOtherProfile (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 242 adapterService.connectOtherProfile(device, in processConnectionEvent() 264 adapterService.connectOtherProfile(device, in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 267 adapterService.connectOtherProfile(device, in processConnectionEvent() 289 adapterService.connectOtherProfile(device, in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 425 adapterService.connectOtherProfile(device, in processConnectionEvent() 454 adapterService.connectOtherProfile(device, in processConnectionEvent() 675 adapterService.connectOtherProfile(device, in processConnectionEvent() 1075 adapterService.connectOtherProfile(device, in processConnectionEvent() 1509 adapterService.connectOtherProfile(device, in processConnectionEvent() 1927 adapterService.connectOtherProfile(device, in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 308 connectOtherProfile(device, PROFILE_CONN_CONNECTED); in processProfileStateChanged() 317 connectOtherProfile(device, PROFILE_CONN_CONNECTED); in processProfileStateChanged() 1734 public void connectOtherProfile(BluetoothDevice device, int firstProfileStatus){ in connectOtherProfile() method in AdapterService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 1411 adapterService.connectOtherProfile(device, in processConnectionEvent()
|