Searched refs:BleGattsSendResponse (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 233 int32_t BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) in BleGattsSendResponse() function 235 return MockBluetooth::GetMocker()->BleGattsSendResponse(serverId, param); in BleGattsSendResponse()
|
H A D | bluetooth_mock.h | 76 virtual int BleGattsSendResponse(int serverId, GattsSendRspParam *param) = 0; 133 MOCK_METHOD(int32_t, BleGattsSendResponse, (int serverId, GattsSendRspParam *param), (override));
|
H A D | softbus_adapter_ble_gatt_server_test.cpp | 104 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 D | ohos_bt_gatt_server.h | 236 * 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 D | bluetooth_mock.cpp | 284 int32_t BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) in BleGattsSendResponse() function 286 return MockBluetooth::GetMocker()->BleGattsSendResponse(serverId, param); in BleGattsSendResponse()
|
H A D | bluetooth_mock.h | 85 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 D | softbus_adapter_ble_gatt_server.c | 252 if (BleGattsSendResponse(g_halServerId, &response) != SOFTBUS_OK) { in SoftBusGattsSendResponse()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 1004 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse() function
|
Completed in 8 milliseconds