HomeSort by relevance Sort by last modified time
    Searched refs:gatt_build_uuid_to_stream (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/gatt/
att_protocol.c 151 p_buf->len += gatt_build_uuid_to_stream(&p, uuid);
182 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid);
gatt_db.c 243 gatt_build_uuid_to_stream(&p, p_attr16->p_value->uuid);
    [all...]
gatt_int.h 582 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
gatt_sr.c 589 gatt_build_uuid_to_stream(&p, *p_uuid);
    [all...]
gatt_utils.c 1058 ** Function gatt_build_uuid_to_stream
1065 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) function
    [all...]

Completed in 46 milliseconds