Home
last modified time | relevance | path

Searched refs:AddCharacteristic (Results 1 – 10 of 10) sorted by relevance

/system/bt/bta/test/gatt/
Ddatabase_builder_sample_device_test.cc147 builder.AddCharacteristic(0x0002, 0x0003, SERVICE_1_CHAR_1_UUID, 0x02); in TEST()
148 builder.AddCharacteristic(0x0004, 0x0005, SERVICE_1_CHAR_2_UUID, 0x02); in TEST()
149 builder.AddCharacteristic(0x0006, 0x0007, SERVICE_1_CHAR_3_UUID, 0x02); in TEST()
161 builder.AddCharacteristic(0x000a, 0x000b, SERVICE_3_CHAR_1_UUID, 0x12); in TEST()
174 builder.AddCharacteristic(0x000e, 0x000f, SERVICE_4_CHAR_1_UUID, 0x0a); in TEST()
175 builder.AddCharacteristic(0x0010, 0x0011, SERVICE_4_CHAR_2_UUID, 0x0a); in TEST()
176 builder.AddCharacteristic(0x0012, 0x0013, SERVICE_4_CHAR_3_UUID, 0x02); in TEST()
177 builder.AddCharacteristic(0x0014, 0x0015, SERVICE_4_CHAR_4_UUID, 0x0a); in TEST()
178 builder.AddCharacteristic(0x0016, 0x0017, SERVICE_4_CHAR_5_UUID, 0x0e); in TEST()
179 builder.AddCharacteristic(0x0018, 0x0019, SERVICE_4_CHAR_6_UUID, 0x12); in TEST()
[all …]
Ddatabase_test.cc50 builder.AddCharacteristic(0x0003, 0x0004, SERVICE_1_CHAR_1_UUID, 0x02); in TEST()
Ddatabase_builder_test.cc78 builder.AddCharacteristic(0x0002, 0x0003, SERVICE_1_CHAR_1_UUID, 0x02); in TEST()
/system/bt/bta/gatt/
Ddatabase_builder.h36 void AddCharacteristic(uint16_t handle, uint16_t value_handle,
Ddatabase_builder.cc80 void DatabaseBuilder::AddCharacteristic(uint16_t handle, uint16_t value_handle, in AddCharacteristic() function in gatt::DatabaseBuilder
Dbta_gattc_cache.cc343 p_srvc_cb->pending_discovery.AddCharacteristic( in bta_gattc_disc_res_cback()
/system/bt/service/
Dgatt_server_old.h89 bool AddCharacteristic(const Uuid& id, int properties, int permissions);
Dgatt_server_old.cc100 bt_status_t AddCharacteristic(const Uuid& uuid, uint8_t properties,
502 bt_status_t ServerInternals::AddCharacteristic(const Uuid& uuid, in AddCharacteristic() function in bluetooth::gatt::ServerInternals
619 bool Server::AddCharacteristic(const Uuid& id, int properties, in AddCharacteristic() function in bluetooth::gatt::Server
623 internal_->AddCharacteristic(id, properties, permissions); in AddCharacteristic()
641 internal_->AddCharacteristic(id, properties, permissions); in AddBlob()
652 internal_->AddCharacteristic(control_id, kPropertyRead | kPropertyWrite, in AddBlob()
/system/bt/service/ipc/
Dlinux_ipc_host.cc157 gatt_servers_[service_uuid]->AddCharacteristic( in OnAddCharacteristic()
/system/bt/service/test/
Dgatt_server_unittest.cc38 MOCK_METHOD5(AddCharacteristic,