Searched refs:AddDescriptor (Results 1 – 10 of 10) sorted by relevance
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 41 MOCK_METHOD4(AddDescriptor, bt_status_t(int, int, bt_uuid_t*, int)); 237 EXPECT_CALL(*mock_handler_, AddDescriptor(_, _, _, _)) in SetUpTestService() 254 test_desc_id_ = *gatt_server_->AddDescriptor(uuid2, 0); in SetUpTestService() 703 TEST_F(GattServerPostRegisterTest, AddDescriptor) { in TEST_F() argument 717 EXPECT_EQ(nullptr, gatt_server_->AddDescriptor(desc_uuid, perms)); in TEST_F() 725 EXPECT_EQ(nullptr, gatt_server_->AddDescriptor(desc_uuid, perms)); in TEST_F() 732 auto desc_id = gatt_server_->AddDescriptor(desc_uuid, perms); in TEST_F() 739 auto desc_id1 = gatt_server_->AddDescriptor(desc_uuid, perms); in TEST_F() 770 EXPECT_EQ(nullptr, gatt_server_->AddDescriptor(desc_uuid, perms)); in TEST_F() 776 EXPECT_CALL(*mock_handler_, AddDescriptor(_, _, _, _)) in TEST_F() [all …]
|
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServer.h | 74 virtual bool AddDescriptor( 136 bool AddDescriptor(
|
D | IBluetoothGattServer.cpp | 109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id); in onTransact() 251 bool BpBluetoothGattServer::AddDescriptor( in AddDescriptor() function in ipc::binder::BpBluetoothGattServer
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cpp | 105 bool BluetoothGattServerBinderServer::AddDescriptor( in AddDescriptor() function in ipc::binder::BluetoothGattServerBinderServer 118 auto desc_id = gatt_server->AddDescriptor(uuid, permissions); in AddDescriptor()
|
D | bluetooth_gatt_server_binder_server.h | 53 bool AddDescriptor(
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 71 virtual bt_status_t AddDescriptor(int server_if, int srvc_handle,
|
D | fake_bluetooth_gatt_interface.cpp | 136 return g_server_handler->AddDescriptor( in FakeAddDescriptor()
|
/system/bt/service/ |
D | gatt_server.h | 154 std::unique_ptr<GattIdentifier> AddDescriptor(
|
D | gatt_server.cpp | 136 std::unique_ptr<GattIdentifier> GattServer::AddDescriptor( in AddDescriptor() function in bluetooth::GattServer
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 257 if (!gatt_->AddDescriptor( in OnServerRegistered()
|