Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_int.h450 extern uint8_t gatt_build_uuid_to_stream_len(const bluetooth::Uuid& uuid);
Dgatt_db.cc185 *p_len = gatt_build_uuid_to_stream_len(attr16.p_value->uuid); in read_attr_value()
Dgatt_utils.cc449 uint8_t gatt_build_uuid_to_stream_len(const Uuid& uuid) { in gatt_build_uuid_to_stream_len() function
Dgatt_sr.cc471 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid); in gatt_build_primary_service_rsp()