Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gatt/
H A Dgatt_sr_hash.cc37 len += 4 + gatt_build_uuid_to_stream_len(attr_it->p_value->uuid); in calculate_database_info_size()
40 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size()
43 len += 7 + gatt_build_uuid_to_stream_len((++attr_it)->uuid); in calculate_database_info_size()
H A Dgatt_db.cc187 *p_len = gatt_build_uuid_to_stream_len(attr16.p_value->uuid); in read_attr_value()
H A Dgatt_int.h491 extern uint8_t gatt_build_uuid_to_stream_len(const bluetooth::Uuid& uuid);
H A Dgatt_sr.cc530 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid); in gatt_build_primary_service_rsp()
H A Dgatt_utils.cc460 uint8_t gatt_build_uuid_to_stream_len(const Uuid& uuid) { in gatt_build_uuid_to_stream_len() function