Searched refs:GattsSendRspParam (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 76 } GattsSendRspParam; typedef 566 int BleGattsSendResponse(int serverId, GattsSendRspParam *param);
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.h | 76 virtual int BleGattsSendResponse(int serverId, GattsSendRspParam *param) = 0; 131 MOCK_METHOD(int, BleGattsSendResponse, (int serverId, GattsSendRspParam *param), (override));
|
H A D | bluetooth_mock.cpp | 232 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 83 virtual int BleGattsSendResponse(int serverId, GattsSendRspParam *param) = 0; 149 MOCK_METHOD(int, BleGattsSendResponse, (int serverId, GattsSendRspParam *param), (override));
|
H A D | bluetooth_mock.cpp | 283 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 230 GattsSendRspParam response = { in SoftBusGattsSendResponse()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 1007 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
|