Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:mService

70     private IBluetoothPbap mService;
150 if (mService != null) {
152 return mService.getState();
169 if (mService != null) {
171 return mService.getClient();
187 if (mService != null) {
189 return mService.isConnected(device);
205 if (mService != null) {
207 mService.disconnect();
240 mService = IBluetoothPbap.Stub.asInterface(service);
247 mService = null;