Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c151 p_buf->len += gatt_build_uuid_to_stream(&p, uuid); in attp_build_browse_cmd()
182 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid); in attp_build_read_handles_cmd()
Dgatt_int.h556 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
Dgatt_db.c247 gatt_build_uuid_to_stream(&p, p_attr16->p_value->uuid); in read_attr_value()
Dgatt_sr.c589 gatt_build_uuid_to_stream(&p, *p_uuid); in gatt_build_primary_service_rsp()
Dgatt_utils.c1025 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) in gatt_build_uuid_to_stream() function