Home
last modified time | relevance | path

Searched refs:BleGattsSendResponse (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp233 int32_t BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) in BleGattsSendResponse() function
235 return MockBluetooth::GetMocker()->BleGattsSendResponse(serverId, param); in BleGattsSendResponse()
H A Dbluetooth_mock.h76 virtual int BleGattsSendResponse(int serverId, GattsSendRspParam *param) = 0;
133 MOCK_METHOD(int32_t, BleGattsSendResponse, (int serverId, GattsSendRspParam *param), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp104 EXPECT_CALL(mocker, BleGattsSendResponse).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
395 EXPECT_CALL(mocker, BleGattsSendResponse).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
398 EXPECT_CALL(mocker, BleGattsSendResponse).Times(1).WillOnce(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h236 * You need to call {@link BleGattsSendResponse} to send a response to the client. \n
247 * If a response is needed, you can call {@link BleGattsSendResponse} to send a response to the client.
254 * @brief Called when the GATT server sends a response to the client via {@link BleGattsSendResponse}.
566 int BleGattsSendResponse(int serverId, GattsSendRspParam *param);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp284 int32_t BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) in BleGattsSendResponse() function
286 return MockBluetooth::GetMocker()->BleGattsSendResponse(serverId, param); in BleGattsSendResponse()
H A Dbluetooth_mock.h85 virtual int32_t BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) = 0;
156 MOCK_METHOD(int32_t, BleGattsSendResponse, (int32_t serverId, GattsSendRspParam *param), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c252 if (BleGattsSendResponse(g_halServerId, &response) != SOFTBUS_OK) { in SoftBusGattsSendResponse()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp1004 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse() function

Completed in 8 milliseconds