/system/bt/service/test/ |
D | gatt_server_unittest.cc | 45 MOCK_METHOD4(SendResponse, bt_status_t(int, int, int, btgatt_response_t*)); 399 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 454 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress1, kReqId0, in TEST_F() 458 EXPECT_FALSE(gatt_server_->SendResponse( in TEST_F() 462 SendResponse(kConnId0, kReqId0, BT_STATUS_SUCCESS, _)) in TEST_F() 468 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 472 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 476 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 480 SendResponse(kConnId0, kReqId1, BT_STATUS_SUCCESS, _)) in TEST_F() 485 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/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/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 60 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
|
D | fake_bluetooth_gatt_interface.cc | 98 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
|
/system/bt/service/ |
D | gatt_server.h | 144 bool SendResponse(const std::string& device_address, int request_id,
|
D | gatt_server.cc | 114 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse() function in bluetooth::GattServer
|