Home
last modified time | relevance | path

Searched refs:BpBluetoothGattServerCallback (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.cpp143 BpBluetoothGattServerCallback::BpBluetoothGattServerCallback( in BpBluetoothGattServerCallback() function in ipc::binder::BpBluetoothGattServerCallback
148 void BpBluetoothGattServerCallback::OnServerRegistered( in OnServerRegistered()
163 void BpBluetoothGattServerCallback::OnServiceAdded( in OnServiceAdded()
178 void BpBluetoothGattServerCallback::OnCharacteristicReadRequest( in OnCharacteristicReadRequest()
198 void BpBluetoothGattServerCallback::OnDescriptorReadRequest( in OnDescriptorReadRequest()
218 void BpBluetoothGattServerCallback::OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest()
241 void BpBluetoothGattServerCallback::OnDescriptorWriteRequest( in OnDescriptorWriteRequest()
264 void BpBluetoothGattServerCallback::OnExecuteWriteRequest( in OnExecuteWriteRequest()
281 void BpBluetoothGattServerCallback::OnNotificationSent( in OnNotificationSent()
DIBluetoothGattServerCallback.h114 class BpBluetoothGattServerCallback
117 explicit BpBluetoothGattServerCallback(
119 virtual ~BpBluetoothGattServerCallback() = default;
150 DISALLOW_COPY_AND_ASSIGN(BpBluetoothGattServerCallback);