Searched refs:onCallControlPointRequest (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
| D | TbsGenericTest.java | 312 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallAccept() 359 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallTerminate() 404 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallHold() 449 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallRetrieve() 483 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallOriginate() 536 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallJoin()
|
| D | TbsGattTest.java | 575 verify(mMockTbsGattCallback).onCallControlPointRequest(eq(mFirstDevice), eq(0x00), in testHandleControlPointRequest()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
| D | TbsGatt.java | 199 public abstract void onCallControlPointRequest(BluetoothDevice device, int opcode, in onCallControlPointRequest() method in TbsGatt.Callback 616 mCallback.onCallControlPointRequest(device, opcode, in handleWriteRequest()
|
| D | TbsGeneric.java | 803 public void onCallControlPointRequest(BluetoothDevice device, int opcode, byte[] args) {
|