Home
last modified time | relevance | path

Searched refs:SoftBusGattsResponse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h123 } SoftBusGattsResponse; typedef
165 int SoftBusGattsSendResponse(SoftBusGattsResponse *param);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.h55 virtual int SoftBusGattsSendResponse(SoftBusGattsResponse *param) = 0;
103 MOCK_METHOD(int, SoftBusGattsSendResponse, (SoftBusGattsResponse *), (override));
H A Dconnection_ble_manager_mock.cpp124 int SoftBusGattsSendResponse(SoftBusGattsResponse *param) in SoftBusGattsSendResponse()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c219 int SoftBusGattsSendResponse(SoftBusGattsResponse *param) in SoftBusGattsSendResponse()
569 SoftBusGattsResponse response = { in BleRequestWriteCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp394 SoftBusGattsResponse resp = {0};
575 SoftBusGattsResponse resp = {0};
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1032 SoftBusGattsResponse response = { in BleRequestReadCallback()
1044 SoftBusGattsResponse response = { in BleSendGattRsp()