/system/bt/service/test/ |
D | gatt_server_unittest.cc | 46 MOCK_METHOD4(SendResponse, 397 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 452 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress1, kReqId0, in TEST_F() 456 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F() 460 SendResponse(kConnId0, kReqId0, BT_STATUS_SUCCESS, _)) in TEST_F() 466 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 470 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 474 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 478 SendResponse(kConnId0, kReqId1, BT_STATUS_SUCCESS, _)) in TEST_F() 483 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId1, in TEST_F() [all …]
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 330 gatt_->SendResponse(server_if_, device_address, request_id, error, offset, in OnCharacteristicReadRequest() 346 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorReadRequest() 364 gatt_->SendResponse(server_if_, device_address, request_id, error, offset, in OnDescriptorReadRequest() 382 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest() 395 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest() 407 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest() 425 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest() 438 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest() 458 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest() 469 gatt_->SendResponse(server_if_, device_address, request_id, in OnExecuteWriteRequest()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServer.aidl | 31 boolean SendResponse( in SendResponse() method
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_channel_transport.h | 52 void SendResponse(int fd, const std::string&) const;
|
D | test_channel_transport.cc | 143 void TestChannelTransport::SendResponse(int fd, const std::string& response) const { in SendResponse() function in test_vendor_lib::TestChannelTransport
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.cc | 184 test_channel_transport_.SendResponse(conn_fd, "The connection is broken"); in SetUpTestChannel() 190 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.h | 57 Status SendResponse(int32_t server_id,
|
D | bluetooth_gatt_server_binder_server.cc | 110 Status BluetoothGattServerBinderServer::SendResponse( in SendResponse() function in ipc::binder::BluetoothGattServerBinderServer 123 *_aidl_return = gatt_server->SendResponse( in SendResponse()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | server_port_factory.cc | 127 void ServerPortFactory::SendResponse(int fd, const std::string& response) const { in SendResponse() function in test_vendor_lib::net::ServerPortFactory
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 65 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
|
D | fake_bluetooth_gatt_interface.cc | 103 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
|
/system/bt/service/ |
D | gatt_server.h | 145 bool SendResponse(const std::string& device_address, int request_id,
|
D | gatt_server.cc | 106 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse() function in bluetooth::GattServer
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 395 …[this, conn_fd](const std::string& response) { test_channel_transport_.SendResponse(conn_fd, respo… in SetUpTestChannel()
|