/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 356 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/ |
D | response.cc | 59 SendResponse(); in Reply() 98 SendResponse(); in ReplyWithError() 105 void ResponseImpl::SendResponse() { in SendResponse() function in libwebserv::ResponseImpl
|
D | response_impl.h | 59 LIBWEBSERV_PRIVATE void SendResponse();
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 45 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/ |
D | IBluetoothGattServer.h | 79 virtual bool SendResponse( 140 bool SendResponse(
|
D | IBluetoothGattServer.cpp | 137 bool result = SendResponse( in onTransact() 284 bool BpBluetoothGattServer::SendResponse( in SendResponse() function in ipc::binder::BpBluetoothGattServer
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cpp | 171 bool BluetoothGattServerBinderServer::SendResponse( in SendResponse() function in ipc::binder::BluetoothGattServerBinderServer 184 return gatt_server->SendResponse( in SendResponse()
|
D | bluetooth_gatt_server_binder_server.h | 57 bool SendResponse(int server_id, const std::string& device_address,
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 80 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
|
D | fake_bluetooth_gatt_interface.cpp | 170 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
|
/system/bt/service/ |
D | gatt_server.h | 174 bool SendResponse(const std::string& device_address, int request_id,
|
D | gatt_server.cpp | 298 bool GattServer::SendResponse( in SendResponse() function in bluetooth::GattServer
|