/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server_callback.h | 36 virtual void OnCharacteristicWriteRequest(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_server_callback.h | 44 void OnCharacteristicWriteRequest(const BluetoothRemoteDevice &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_server_callback_proxy.h | 34 void OnCharacteristicWriteRequest(const BluetoothGattDevice &device,
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 97 virtual void OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 76 virtual void OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server_callback.cpp | 50 void NapiGattServerCallback::OnCharacteristicWriteRequest(const BluetoothRemoteDevice &device, in OnCharacteristicWriteRequest() function in OHOS::Bluetooth::NapiGattServerCallback
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 38 void OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 109 void BluetoothGattServerCallbackProxy::OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 102 void OnCharacteristicWriteRequest(const bluetooth::GattDevice &device, in OnCharacteristicWriteRequest() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl 110 callback_->OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 149 stub->OnCharacteristicWriteRequest(*device, *characteristic, needRespones); in OnCharacteristicWriteRequestInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 156 void OnCharacteristicWriteRequest(const BluetoothGattDevice &device, in OnCharacteristicWriteRequest() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl 183 serverSptr->pimpl->callback_->OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 369 void OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest() function in OHOS::Bluetooth::GattServerCallbackWapper
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 969 …server->second.callback_->OnCharacteristicWriteRequest(remote->second.GetDevice(), gattCCC, needRe… in OnWriteCharacteristicEvent()
|