/system/bt/service/common/bluetooth/ |
D | characteristic.cc | 20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic() function in bluetooth::Characteristic 28 Characteristic& Characteristic::operator=(const Characteristic& other) { in operator =() 40 bool Characteristic::Equals(const Characteristic& other) const { in Equals() 47 bool Characteristic::operator==(const Characteristic& rhs) const { in operator ==() 51 bool Characteristic::operator!=(const Characteristic& rhs) const { in operator !=()
|
D | characteristic.h | 25 class Characteristic { 27 Characteristic() = default; 28 Characteristic(const Characteristic& other); 29 Characteristic(uint16_t handle, const Uuid& uuid, uint8_t properties, in Characteristic() function 37 Characteristic& operator=(const Characteristic& other); 38 virtual ~Characteristic() = default; 41 bool Equals(const Characteristic& other) const; 42 bool operator==(const Characteristic& rhs) const; 43 bool operator!=(const Characteristic& rhs) const;
|
D | service.h | 30 const std::vector<Characteristic>& characteristics, in Service() 48 const std::vector<Characteristic>& characteristics() const { in characteristics() 51 std::vector<Characteristic>& characteristics() { return characteristics_; } in characteristics() 60 std::vector<Characteristic> characteristics_;
|
/system/bt/service/common/android/bluetooth/ |
D | bluetooth_gatt_characteristic.h | 32 public ::bluetooth::Characteristic { 36 const ::bluetooth::Characteristic& characteristic) // NOLINT(implicit) in BluetoothGattCharacteristic() 37 : ::bluetooth::Characteristic(characteristic){}; in BluetoothGattCharacteristic()
|
/system/bt/service/test/ |
D | parcelable_unittest.cc | 34 using bluetooth::Characteristic; 171 Characteristic c = Characteristic(0x0004, Uuid::GetRandom(), 0, 0, in TEST() 177 TestData<Characteristic, android::bluetooth::BluetoothGattCharacteristic>( in TEST() 185 {Characteristic(0x0004, Uuid::GetRandom(), in TEST() 191 Characteristic(0x000D, Uuid::GetRandom(), in TEST() 196 Characteristic(0x0015, Uuid::GetRandom(), 0, 0, {})}, in TEST()
|
/system/bt/bta/gatt/ |
D | database.h | 64 struct Characteristic; 73 std::vector<Characteristic> characteristics; 83 struct Characteristic { struct
|
D | bta_gattc_cache.cc | 52 using gatt::Characteristic; 66 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, 453 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, in bta_gattc_get_characteristic_srcb() 460 for (const Characteristic& charac : service->characteristics) { in bta_gattc_get_characteristic_srcb() 467 const Characteristic* bta_gattc_get_characteristic(uint16_t conn_id, in bta_gattc_get_characteristic() 486 for (const Characteristic& charac : service->characteristics) { in bta_gattc_get_descriptor_srcb() 504 const Characteristic* bta_gattc_get_owning_characteristic_srcb( in bta_gattc_get_owning_characteristic_srcb() 511 for (const Characteristic& charac : service->characteristics) { in bta_gattc_get_owning_characteristic_srcb() 520 const Characteristic* bta_gattc_get_owning_characteristic(uint16_t conn_id, in bta_gattc_get_owning_characteristic() 572 for (const Characteristic& charac : service.characteristics) { in bta_gattc_get_db_size() [all …]
|
D | database.cc | 67 for (const Characteristic& c : service.characteristics) { in ToString() 104 for (const Characteristic& charac : service.characteristics) { in Serialize() 172 current_service_it->characteristics.emplace_back(Characteristic{ in Deserialize()
|
D | database_builder.cc | 97 service->characteristics.emplace_back(Characteristic{ in AddCharacteristic() 119 Characteristic* char_node = &service->characteristics.front(); in AddDescriptor()
|
D | bta_gattc_int.h | 432 const gatt::Characteristic* bta_gattc_get_characteristic_srcb( 436 extern const gatt::Characteristic* bta_gattc_get_characteristic( 440 extern const gatt::Characteristic* bta_gattc_get_owning_characteristic(
|
D | bta_gattc_api.cc | 289 const gatt::Characteristic* BTA_GATTC_GetCharacteristic(uint16_t conn_id, in BTA_GATTC_GetCharacteristic() 314 const gatt::Characteristic* BTA_GATTC_GetOwningCharacteristic(uint16_t conn_id, in BTA_GATTC_GetOwningCharacteristic()
|
D | bta_gattc_act.cc | 1132 const gatt::Characteristic* p_char = in bta_gattc_process_srvc_chg_ind()
|
/system/bt/service/ |
D | gatt_server_old.cc | 85 struct Characteristic { struct 107 std::unordered_map<int, Characteristic> characteristics; 181 bluetooth::gatt::Characteristic& ctrl = in ServiceAddedCallback() 213 bluetooth::gatt::Characteristic& ch = in RequestReadCallback() 264 bluetooth::gatt::Characteristic& ch = in RequestWriteCallback() 705 Characteristic& ch = internal_->characteristics[attribute_id]; in SetCharacteristicValue()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 461 const gatt::Characteristic* p_char = in find_descriptor_by_short_uuid() 693 const gatt::Characteristic* characteristic = in write_rpt_ctl_cfg_cb() 1317 const gatt::Characteristic* characteristic = in read_report_ref_desc_cb() 1400 for (const gatt::Characteristic& charac : service->characteristics) { in bta_hh_le_search_hid_chars() 1459 for (const gatt::Characteristic& charac : service->characteristics) { in bta_hh_le_search_hid_chars() 1512 for (const gatt::Characteristic& charac : service.characteristics) { in bta_hh_le_srvc_search_cmpl() 1527 for (const gatt::Characteristic& charac : service.characteristics) { in bta_hh_le_srvc_search_cmpl() 1564 const gatt::Characteristic* p_char = in bta_hh_le_input_rpt_notify() 1720 const gatt::Characteristic* p_char = in read_report_cb() 1819 const gatt::Characteristic* p_char = in write_report_cb() [all …]
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 509 extern const gatt::Characteristic* BTA_GATTC_GetCharacteristic(uint16_t conn_id, 530 extern const gatt::Characteristic* BTA_GATTC_GetOwningCharacteristic(
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 648 for (const gatt::Characteristic& charac : service->characteristics) { in OnServiceSearchComplete() 1604 for (const gatt::Characteristic& charac : service->characteristics) { in find_server_changed_ccc_handle() 1623 const gatt::Characteristic* p_char = in find_ccc_handle()
|