Home | History | Annotate | Download | only in include

Lines Matching full:service

331 /* Transports for the primary service  */
376 typedef UINT8 tGATT_SERV_IF; /* GATT Service Interface */
396 GATT_DISC_SRVC_BY_UUID, /* discover service of a special type */
397 GATT_DISC_INC_SRVC, /* discover the included service within a service */
398 GATT_DISC_CHAR, /* discover characteristics of a service with/without type requirement */
408 tBT_UUID service;
465 tGATT_READ_BY_TYPE service;
511 /* primary service group data
520 /* included service attribute value
524 tBT_UUID service_type; /* included service UUID */
531 tGATT_INCL_SRVC incl_service; /* include service value */
532 tGATT_GROUP_VALUE group_value; /* Service UUID type.
538 it is the included service starting handle.*/
605 BOOLEAN is_primary; /* primary service or secondary */
688 ** application UUID, service UUID and service instance
718 ** Description This function is called to reserve a block of handles for a service.
720 ** *** It should be called only once per service instance ***
723 ** p_svc_uuid : service UUID
724 ** svc_inst : instance of the service inside the application
725 ** num_handles : number of handles needed by the service.
726 ** is_pri : is a primary service or not.
728 ** Returns service handle if sucessful, otherwise 0.
739 ** Description This function is called to add an included service.
741 ** Parameter service_handle : To which service this included service is added to.
742 ** include_svc_handle : included service handle.
744 ** Returns included service attribute handle. If 0, add included service
756 ** Description This function is called to add a characteristic into a service.
758 ** value declaration into the service database identified by the
759 ** service handle.
761 ** Parameter service_handle : To which service this included service is added to.
778 ** into a service database. Add descriptor should follow add char
782 ** Parameter service_handle : To which service this characteristic descriptor
799 ** Description This function is called to delete a service.
802 ** p_svc_uuid : service UUID
803 ** svc_inst : instance of the service inside the application
814 ** Description This function is called to start a service with GATT
816 ** Parameter gatt_if : service handle.
817 ** p_cback : application service callback functions.
818 ** sup_transport : supported transport(s) for this primary service
831 ** Description This function is called to stop a service
833 ** Parameter service_handle : this is the start handle of a service