Searched refs:AddService (Results 1 – 13 of 13) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServer.aidl | 29 boolean AddService(int server_id, in BluetoothGattService service); in AddService() method
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.h | 54 Status AddService(int32_t server_id,
|
D | bluetooth_gatt_server_binder_server.cc | 65 Status BluetoothGattServerBinderServer::AddService( in AddService() function in ipc::binder::BluetoothGattServerBinderServer 100 if (!gatt_server->AddService(service, callback)) { in AddService()
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 54 virtual bt_status_t AddService(
|
D | fake_bluetooth_gatt_interface.cc | 74 return g_server_handler->AddService(server_if, std::move(service)); in FakeAddService()
|
/system/bt/service/ |
D | gatt_server.h | 136 bool AddService(const bluetooth::Service&, const ResultCallback& callback);
|
D | gatt_server.cc | 69 bool GattServer::AddService(const bluetooth::Service& service, in AddService() function in bluetooth::GattServer
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 47 boolean AddService(int server_id, in BluetoothGattService service);
|
D | IBluetoothGattServerCallback.txt | 32 * Called to report the result of a call to IBluetoothGattServer.AddService.
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 38 MOCK_METHOD2(AddService, bt_status_t(int, std::vector<btgatt_db_element_t>)); 245 EXPECT_CALL(*mock_handler_, AddService(_, _)) in SetUpTestService() 257 ASSERT_TRUE(gatt_server_->AddService( in SetUpTestService()
|
/system/core/init/ |
D | service.h | 191 void AddService(std::unique_ptr<Service> service);
|
D | service.cpp | 877 void ServiceManager::AddService(std::unique_ptr<Service> service) { in AddService() function in ServiceManager 1126 ServiceManager::GetInstance().AddService(std::move(service_)); in EndSection()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 264 Status stat = gatt_->AddService(server_if_, (BluetoothGattService)hrService, in OnServerRegistered()
|