Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/service/test/
Dgatt_server_unittest.cc51 MOCK_METHOD4(SendResponse,
400 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F()
455 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress1, kReqId0, in TEST_F()
459 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F()
463 SendResponse(kConnId0, kReqId0, BT_STATUS_SUCCESS, _)) in TEST_F()
469 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F()
473 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F()
477 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F()
481 SendResponse(kConnId0, kReqId1, BT_STATUS_SUCCESS, _)) in TEST_F()
486 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId1, in TEST_F()
[all …]
/packages/modules/Bluetooth/system/service/example/heart_rate/
Dheart_rate_server.cc338 gatt_->SendResponse(server_if_, device_address, request_id, error, offset, in OnCharacteristicReadRequest()
354 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorReadRequest()
372 gatt_->SendResponse(server_if_, device_address, request_id, error, offset, in OnDescriptorReadRequest()
390 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest()
403 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest()
415 gatt_->SendResponse(server_if_, device_address, request_id, in OnCharacteristicWriteRequest()
433 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest()
446 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest()
466 gatt_->SendResponse(server_if_, device_address, request_id, in OnDescriptorWriteRequest()
477 gatt_->SendResponse(server_if_, device_address, request_id, in OnExecuteWriteRequest()
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc160 test_channel_transport_.SendResponse(conn_fd, in SetUpTestChannel()
167 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
DIBluetoothGattServer.aidl31 boolean SendResponse( in SendResponse() method
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc110 Status BluetoothGattServerBinderServer::SendResponse( in SendResponse() function in ipc::binder::BluetoothGattServerBinderServer
123 *_aidl_return = gatt_server->SendResponse( in SendResponse()
Dbluetooth_gatt_server_binder_server.h61 Status SendResponse(int32_t server_id,
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.h54 void SendResponse(std::shared_ptr<AsyncDataChannel> socket,
Dtest_channel_transport.cc98 void TestChannelTransport::SendResponse( in SendResponse() function in rootcanal::TestChannelTransport
/packages/modules/Bluetooth/system/service/hal/
Dfake_bluetooth_gatt_interface.h65 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
Dfake_bluetooth_gatt_interface.cc108 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
/packages/modules/Bluetooth/system/service/
Dgatt_server.h148 bool SendResponse(const std::string& device_address, int request_id,
Dgatt_server.cc106 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse() function in bluetooth::GattServer
/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.cc345 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()