Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Datt_protocol.cc142 p_buf->len += gatt_build_uuid_to_stream(&p, uuid); in attp_build_browse_cmd()
171 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid); in attp_build_read_by_type_value_cmd()
Dgatt_int.h451 extern uint8_t gatt_build_uuid_to_stream(uint8_t** p_dst,
Dgatt_db.cc188 gatt_build_uuid_to_stream(&p, attr16.p_value->uuid); in read_attr_value()
Dgatt_utils.cc455 uint8_t gatt_build_uuid_to_stream(uint8_t** p_dst, const Uuid& uuid) { in gatt_build_uuid_to_stream() function
Dgatt_sr.cc504 gatt_build_uuid_to_stream(&p, *p_uuid); in gatt_build_primary_service_rsp()