Searched defs:AddService (Results 1 – 4 of 4) 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.cc | 65 Status BluetoothGattServerBinderServer::AddService( in AddService() function in ipc::binder::BluetoothGattServerBinderServer |
/system/bt/service/ | ||
D | gatt_server.cc | 69 bool GattServer::AddService(const bluetooth::Service& service, in AddService() function in bluetooth::GattServer |
/system/core/init/ | ||
D | service.cpp | 877 void ServiceManager::AddService(std::unique_ptr<Service> service) { in AddService() function in ServiceManager |