gecko/dom/bluetooth/bluedroid/hfp
Eric Chou 73b0511a00 Bug 976943 - Replace OnConnect/OnDisconnect with one function, f=btian, r=gyeh
In BluetoothProfileController, it's meaningless to separate OnConnect
and OnDisconnect since the following steps would be the same for both
cases. Therefore I introduced a function called NotifyCompletion() for
each profile manager to report the completion of connecting/disconnecting
operations.
2014-03-06 19:26:28 +08:00
..
BluetoothHfpManager.cpp Bug 976943 - Replace OnConnect/OnDisconnect with one function, f=btian, r=gyeh 2014-03-06 19:26:28 +08:00
BluetoothHfpManager.h