Searched refs:AddService (Results 1 - 13 of 13) sorted by relevance

/system/bt/service/doc/
H A DIBluetoothGattServer.txt47 boolean AddService(int server_id, in BluetoothGattService service);
/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServer.aidl29 boolean AddService(int server_id, in BluetoothGattService service);
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.h54 Status AddService(int32_t server_id,
H A Dbluetooth_gatt_server_binder_server.cc65 Status BluetoothGattServerBinderServer::AddService( function in class:ipc::binder::BluetoothGattServerBinderServer
100 if (!gatt_server->AddService(service, callback)) {
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h56 virtual bt_status_t AddService(
H A Dfake_bluetooth_gatt_interface.cc75 return g_server_handler->AddService(server_if, std::move(service));
/system/bt/service/
H A Dgatt_server.h137 bool AddService(const Service&, const ResultCallback& callback);
H A Dgatt_server.cc59 bool GattServer::AddService(const bluetooth::Service& service, function in class:bluetooth::GattServer
/system/bt/service/test/
H A Dgatt_server_unittest.cc37 MOCK_METHOD2(AddService, bt_status_t(int, std::vector<btgatt_db_element_t>));
245 EXPECT_CALL(*mock_handler_, AddService(_, _))
257 ASSERT_TRUE(gatt_server_->AddService(
/system/core/init/
H A Dbuiltins.cpp157 ServiceList::GetInstance().AddService(std::move(service));
170 ServiceList::GetInstance().AddService(std::move(service));
1007 ServiceList::GetInstance().AddService(std::move(service));
H A Dservice.h234 void AddService(std::unique_ptr<Service> service);
H A Dservice.cpp1082 void ServiceList::AddService(std::unique_ptr<Service> service) { function in class:android::init::ServiceList
1223 service_list_->AddService(std::move(service_));
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc264 Status stat = gatt_->AddService(server_if_, (BluetoothGattService)hrService,
278 LOG(INFO) << "Initiated AddService request";

Completed in 5469 milliseconds