Searched refs:AddCharacteristic (Results 1 – 10 of 10) sorted by relevance
/system/bt/bta/test/gatt/ |
D | database_builder_sample_device_test.cc | 147 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 …]
|
D | database_test.cc | 50 builder.AddCharacteristic(0x0003, 0x0004, SERVICE_1_CHAR_1_UUID, 0x02); in TEST()
|
D | database_builder_test.cc | 78 builder.AddCharacteristic(0x0002, 0x0003, SERVICE_1_CHAR_1_UUID, 0x02); in TEST()
|
/system/bt/bta/gatt/ |
D | database_builder.h | 36 void AddCharacteristic(uint16_t handle, uint16_t value_handle,
|
D | database_builder.cc | 80 void DatabaseBuilder::AddCharacteristic(uint16_t handle, uint16_t value_handle, in AddCharacteristic() function in gatt::DatabaseBuilder
|
D | bta_gattc_cache.cc | 343 p_srvc_cb->pending_discovery.AddCharacteristic( in bta_gattc_disc_res_cback()
|
/system/bt/service/ |
D | gatt_server_old.h | 89 bool AddCharacteristic(const Uuid& id, int properties, int permissions);
|
D | gatt_server_old.cc | 100 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/ |
D | linux_ipc_host.cc | 157 gatt_servers_[service_uuid]->AddCharacteristic( in OnAddCharacteristic()
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 38 MOCK_METHOD5(AddCharacteristic,
|