Home | History | Annotate | Download | only in gatt

Lines Matching refs:uuid

48 ** Description      Convert a 16 bits UUID to be an standard 128 bits one.
50 ** Returns TRUE if two uuid match; FALSE otherwise.
65 ** Description Compare two UUID to see if they are the same.
67 ** Returns TRUE if two uuid match; FALSE otherwise.
75 /* any of the UUID is unspecified */
93 /* convert a 16 bits UUID to 128 bits value */
102 /* convert a 16 bits UUID to 128 bits value */
418 ** Description pack UUID into a stream.
460 (bta_gattc_uuid_compare(p_clreg->notif_reg[i].char_id.srvc_id.id.uuid, p_notify->char_id.srvc_id.id.uuid, FALSE) &&
463 bta_gattc_uuid_compare(p_clreg->notif_reg[i].char_id.char_id.uuid, p_notify->char_id.char_id.uuid, FALSE) &&
521 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}};
526 if (bta_gattc_uuid_compare (uuid, descr_uuid, TRUE))