Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 – 12 of 12) sorted by relevance

/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp356 gatt_->SendResponse(server_if_, device_address, request_id, error, in OnCharacteristicReadRequest()
370 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorReadRequest()
386 gatt_->SendResponse(server_if_, device_address, request_id, error, in OnDescriptorReadRequest()
403 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest()
415 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest()
427 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest()
444 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest()
456 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest()
476 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest()
486 gatt_->SendResponse(server_if_, device_address, request_id, in OnExecuteWriteRequest()
/system/webservd/libwebserv/
Dresponse.cc59 SendResponse(); in Reply()
98 SendResponse(); in ReplyWithError()
105 void ResponseImpl::SendResponse() { in SendResponse() function in libwebserv::ResponseImpl
Dresponse_impl.h59 LIBWEBSERV_PRIVATE void SendResponse();
/system/bt/service/test/
Dgatt_server_unittest.cpp45 MOCK_METHOD4(SendResponse, bt_status_t(int, int, int, btgatt_response_t*));
957 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F()
1019 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F()
1024 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F()
1028 EXPECT_CALL(*mock_handler_, SendResponse(kConnId0, kReqId0, in TEST_F()
1035 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F()
1040 EXPECT_TRUE(gatt_server_->SendResponse( in TEST_F()
1045 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F()
1049 EXPECT_CALL(*mock_handler_, SendResponse(kConnId0, kReqId1, in TEST_F()
1055 EXPECT_TRUE(gatt_server_->SendResponse( in TEST_F()
[all …]
/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServer.h79 virtual bool SendResponse(
140 bool SendResponse(
DIBluetoothGattServer.cpp137 bool result = SendResponse( in onTransact()
284 bool BpBluetoothGattServer::SendResponse( in SendResponse() function in ipc::binder::BpBluetoothGattServer
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp171 bool BluetoothGattServerBinderServer::SendResponse( in SendResponse() function in ipc::binder::BluetoothGattServerBinderServer
184 return gatt_server->SendResponse( in SendResponse()
Dbluetooth_gatt_server_binder_server.h57 bool SendResponse(int server_id, const std::string& device_address,
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h80 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
Dfake_bluetooth_gatt_interface.cpp170 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
/system/bt/service/
Dgatt_server.h174 bool SendResponse(const std::string& device_address, int request_id,
Dgatt_server.cpp298 bool GattServer::SendResponse( in SendResponse() function in bluetooth::GattServer