Home | History | Annotate | Download | only in include

Lines Matching full:service

114 #define BTA_GATTC_SRVC_CHG_EVT      15  /* service change event */
242 UINT16 e_handle; /* used for service only */
246 BOOLEAN is_primary; /* used when attribute type is service */
361 BD_ADDR remote_bda; /* service change event */
433 BOOLEAN is_primary; /* primary service or secondary */
539 tBTA_GATTS_ADD_RESULT add_result; /* add included service: BTA_GATTS_ADD_INCL_SRVC_EVT
641 ** Description This function is called to request a GATT service discovery
642 ** on a GATT server. This function report service search result
643 ** by a callback event, and followed by a service search complete
647 ** p_srvc_uuid: a UUID of the service application is interested in.
660 ** service on the given server.
663 ** p_srvc_id: the service ID of which the characteristic is belonged to.
684 ** service on the given server.
730 ** service on the given server.
753 ** Description This function is called to find the first included service of the
754 ** service on the given server.
757 ** p_srvc_id: the service ID of which the included service is belonged to.
758 ** p_uuid_cond: include service UUID, if NULL find the first available
759 ** included service.
761 ** of the included service found.
775 ** Description This function is called to find the next included service of the
776 ** service on the given server.
781 ** p_uuid_cond: Included service UUID, if NULL find the first available
782 ** included service.
784 ** of the included service found.
798 ** Description This function is called to read a service's characteristics of
887 ** Description This function is called to register for notification of a service.
925 ** p_char_id - GATT characteritic ID of the service.
1009 ** Description Create a service. When service creation is done, a callback
1011 ** and service ID to the profile. The service ID obtained in
1013 ** service and characteristics/descriptors into the service.
1016 ** p_service_uuid: service UUID.
1017 ** inst: instance ID number of this service.
1018 ** num_handle: numble of handle requessted for this service.
1019 ** is_primary: is this service a primary one or not.
1031 ** Description This function is called to add an included service. After included
1032 ** service is included, a callback event BTA_GATTS_ADD_INCL_SRVC_EVT
1033 ** is reported the included service ID.
1035 ** Parameters service_id: service ID to which this included service is to
1037 ** included_service_id: the service ID to be included.
1048 ** Description This function is called to add a characteristic into a service.
1050 ** Parameters service_id: service ID to which this included service is to
1070 ** Parameters service_id: service ID to which this charatceristic descriptor is to
1087 ** Description This function is called to delete a service. When this is done,
1101 ** Description This function is called to start a service.
1103 ** Parameters service_id: the service ID to be started.
1115 ** Description This function is called to stop a service.
1117 ** Parameters service_id - service to be topped.