/system/bt/bta/test/gatt/ |
D | database_builder_test.cc | 57 builder.AddService(0x0001, 0x0001, SERVICE_1_UUID, true); in TEST() 77 builder.AddService(0x0001, 0x000f, SERVICE_1_UUID, true); in TEST() 110 builder.AddService(0x0001, 0x000f, SERVICE_1_UUID, true); in TEST() 111 builder.AddService(0x0030, 0x003f, SERVICE_3_UUID, true); in TEST() 112 builder.AddService(0x0050, 0x005f, SERVICE_5_UUID, true); in TEST()
|
D | database_builder_sample_device_test.cc | 126 builder.AddService(0x0001, 0x0007, SERVICE_1_UUID, true); in TEST() 133 builder.AddService(0x0008, 0x0008, SERVICE_2_UUID, true); in TEST() 134 builder.AddService(0x0009, 0x000c, SERVICE_3_UUID, true); in TEST() 135 builder.AddService(0x000d, 0x001a, SERVICE_4_UUID, true); in TEST() 136 builder.AddService(0x001b, 0x0029, SERVICE_5_UUID, true); in TEST() 137 builder.AddService(0x002a, 0x0031, SERVICE_6_UUID, true); in TEST()
|
D | database_test.cc | 47 builder.AddService(0x0001, 0x000f, SERVICE_1_UUID, true); in TEST() 48 builder.AddService(0x0010, 0x001f, SERVICE_2_UUID, false); in TEST()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServer.aidl | 29 boolean AddService(int server_id, in BluetoothGattService service); in AddService() method
|
/system/bt/bta/gatt/ |
D | database_builder.cc | 30 void DatabaseBuilder::AddService(uint16_t handle, uint16_t end_handle, in AddService() function in gatt::DatabaseBuilder 69 AddService(start_handle, end_handle, uuid, false /* not primary */); in AddIncludedService()
|
D | database_builder.h | 32 void AddService(uint16_t handle, uint16_t end_handle,
|
D | bta_gattc_cache.cc | 270 p_srvc_cb->pending_discovery.AddService(start_handle, end_handle, in bta_gattc_sdp_callback() 330 p_srvc_cb->pending_discovery.AddService( in bta_gattc_disc_res_cback()
|
/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 | 56 virtual bt_status_t AddService(
|
D | fake_bluetooth_gatt_interface.cc | 75 return g_server_handler->AddService(server_if, std::move(service)); in FakeAddService()
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 37 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/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/ |
D | gatt_server.h | 137 bool AddService(const Service&, const ResultCallback& callback);
|
D | gatt_server.cc | 60 bool GattServer::AddService(const bluetooth::Service& service, in AddService() function in bluetooth::GattServer
|
/system/core/init/ |
D | builtins.cpp | 192 ServiceList::GetInstance().AddService(std::move(service)); in do_exec() 205 ServiceList::GetInstance().AddService(std::move(service)); in do_exec_background() 1123 ServiceList::GetInstance().AddService(std::move(service)); in ExecWithRebootOnFailure()
|
D | service.h | 263 void AddService(std::unique_ptr<Service> service);
|
D | service.cpp | 1270 void ServiceList::AddService(std::unique_ptr<Service> service) { in AddService() function in android::init::ServiceList 1458 service_list_->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()
|