Home
last modified time | relevance | path

Searched refs:GattsSendRspParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h76 } GattsSendRspParam; typedef
566 int BleGattsSendResponse(int serverId, GattsSendRspParam *param);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.h76 virtual int BleGattsSendResponse(int serverId, GattsSendRspParam *param) = 0;
131 MOCK_METHOD(int, BleGattsSendResponse, (int serverId, GattsSendRspParam *param), (override));
H A Dbluetooth_mock.cpp232 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h83 virtual int BleGattsSendResponse(int serverId, GattsSendRspParam *param) = 0;
149 MOCK_METHOD(int, BleGattsSendResponse, (int serverId, GattsSendRspParam *param), (override));
H A Dbluetooth_mock.cpp283 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c230 GattsSendRspParam response = { in SoftBusGattsSendResponse()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp1007 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()