Home | History | Annotate | Download | only in gatt

Lines Matching refs:uuid

648                     UINT16_TO_STREAM(p, p_attr->uuid);
654 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128);
710 /* for these PDUs, uuid filter must present */
719 /* parse uuid now */
723 GATT_TRACE_DEBUG0("UUID filter does not exsit");
747 ** all primary services or discover primary service by UUID request.
756 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}};
760 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
764 if (gatt_uuid_compare(uuid, primary_service))
791 GATT_TRACE_DEBUG1("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16);
797 GATT_TRACE_DEBUG1("unexpected ReadByTypeValue type: 0x%04x", uuid.uu.uuid16);
949 ** - discover characteristic by UUID
957 tBT_UUID uuid;
969 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
1023 uuid,
1453 case GATT_REQ_FIND_TYPE_VALUE: /* discover service by UUID */
1462 /* discover characteristic, discover char by UUID */