Home
last modified time | relevance | path

Searched refs:notifyProfileConnectionStateChangeToGatt (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnectionService.java149 adapterService.notifyProfileConnectionStateChangeToGatt( in onConnectionStateChangedInternal()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java579 mAdapterService.notifyProfileConnectionStateChangeToGatt( in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java926 mAdapterService.notifyProfileConnectionStateChangeToGatt( in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1352 mAdapterService.notifyProfileConnectionStateChangeToGatt( in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java2201 mAdapterService.notifyProfileConnectionStateChangeToGatt( in onConnectionStateChangedFromStateMachine()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1689 mAdapterService.notifyProfileConnectionStateChangeToGatt( in notifyConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java6010 public void notifyProfileConnectionStateChangeToGatt(int profile, int fromState, int toState) { in notifyProfileConnectionStateChangeToGatt() method in AdapterService