/packages/modules/Bluetooth/system/service/test/ |
D | gatt_server_unittest.cc | 51 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/ |
D | heart_rate_server.cc | 338 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/ |
D | test_environment.cc | 160 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/ |
D | IBluetoothGattServer.aidl | 31 boolean SendResponse( in SendResponse() method
|
/packages/modules/Bluetooth/system/service/ipc/binder/ |
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()
|
D | bluetooth_gatt_server_binder_server.h | 61 Status SendResponse(int32_t server_id,
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_channel_transport.h | 54 void SendResponse(std::shared_ptr<AsyncDataChannel> socket,
|
D | test_channel_transport.cc | 98 void TestChannelTransport::SendResponse( in SendResponse() function in rootcanal::TestChannelTransport
|
/packages/modules/Bluetooth/system/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 | 108 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server.h | 148 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
|
/packages/modules/Bluetooth/system/test/rootcanal/ |
D | bluetooth_hci.cc | 345 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()
|