Home
last modified time | relevance | path

Searched refs:gatt_build_uuid_to_stream (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr_hash.cc82 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->uuid); in fill_database_info()
90 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->incl_handle.service_type); in fill_database_info()
99 gatt_build_uuid_to_stream(&p_data, (++attr_it)->uuid); in fill_database_info()
Datt_protocol.cc151 p_buf->len += gatt_build_uuid_to_stream(&p, uuid); in attp_build_browse_cmd()
186 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid); in attp_build_read_by_type_value_cmd()
Dgatt_db.cc194 gatt_build_uuid_to_stream(&p, attr16.p_value->uuid); in read_attr_value()
Dgatt_int.h529 uint8_t gatt_build_uuid_to_stream(uint8_t** p_dst, const bluetooth::Uuid& uuid);
Dgatt_sr.cc598 gatt_build_uuid_to_stream(&p, *p_uuid); in gatt_build_primary_service_rsp()
Dgatt_utils.cc553 uint8_t gatt_build_uuid_to_stream(uint8_t** p_dst, const Uuid& uuid) { in gatt_build_uuid_to_stream() function