Home
last modified time | relevance | path

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

/system/bt/service/test/
Dgatt_server_unittest.cc45 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/
Dheart_rate_server.cc330 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/
DIBluetoothGattServer.aidl31 boolean SendResponse( in SendResponse() method
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.h57 Status SendResponse(int32_t server_id,
Dbluetooth_gatt_server_binder_server.cc110 Status BluetoothGattServerBinderServer::SendResponse( in SendResponse() function in ipc::binder::BluetoothGattServerBinderServer
123 *_aidl_return = gatt_server->SendResponse( in SendResponse()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h60 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
Dfake_bluetooth_gatt_interface.cc98 return g_server_handler->SendResponse(conn_id, trans_id, status, response); in FakeSendResponse()
/system/bt/service/
Dgatt_server.h144 bool SendResponse(const std::string& device_address, int request_id,
Dgatt_server.cc114 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse() function in bluetooth::GattServer