Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp21 void BluetoothGattServerCallbackProxy::OnCharacteristicReadRequest( in OnCharacteristicReadRequest()
25 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnCharacteristicReadRequest()
49 void BluetoothGattServerCallbackProxy::OnConnectionStateChanged( in OnConnectionStateChanged()
54 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnConnectionStateChanged()
85 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnAddService()
109 void BluetoothGattServerCallbackProxy::OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest()
113 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnCharacteristicWriteRequest()
142 void BluetoothGattServerCallbackProxy::OnDescriptorReadRequest( in OnDescriptorReadRequest()
170 void BluetoothGattServerCallbackProxy::OnDescriptorWriteRequest( in OnDescriptorWriteRequest()
225 void BluetoothGattServerCallbackProxy::OnNotifyConfirm( in OnNotifyConfirm()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_server_callback_proxy.h24 class BluetoothGattServerCallbackProxy : public IRemoteProxy<IBluetoothGattServerCallback> {
26 explicit BluetoothGattServerCallbackProxy(const sptr<IRemoteObject> &impl) in BluetoothGattServerCallbackProxy() function
28 ~BluetoothGattServerCallbackProxy() {}; in ~BluetoothGattServerCallbackProxy()
46 static inline BrokerDelegator<BluetoothGattServerCallbackProxy> delegator_;