Home
last modified time | relevance | path

Searched refs:gatt_build_uuid_to_stream_len (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr_hash.cc42 len += 4 + gatt_build_uuid_to_stream_len(attr_it->p_value->uuid); in calculate_database_info_size()
45 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size()
48 len += 7 + gatt_build_uuid_to_stream_len((++attr_it)->uuid); in calculate_database_info_size()
Dgatt_db.cc191 *p_len = gatt_build_uuid_to_stream_len(attr16.p_value->uuid); in read_attr_value()
Dgatt_int.h528 uint8_t gatt_build_uuid_to_stream_len(const bluetooth::Uuid& uuid);
Dgatt_sr.cc565 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid); in gatt_build_primary_service_rsp()
Dgatt_utils.cc547 uint8_t gatt_build_uuid_to_stream_len(const Uuid& uuid) { in gatt_build_uuid_to_stream_len() function