Home | History | Annotate | Download | only in gatt

Lines Matching full:service

51     "I", /* Included Service */
76 APPL_TRACE_ERROR6("Service[%d]: handle[%d ~ %d] %s[0x%04x] inst[%d]",
206 ** Description get service instance number
208 ** Returns instance ID of the service.
289 ** Description Add a service into database cache.
303 APPL_TRACE_DEBUG0("Add a service into Service");
314 /* update service information */
327 /* first service */
359 APPL_TRACE_DEBUG1("bta_gattc_add_attr_to_cache: Add a [%s] into Service", bta_gattc_attr_type[type]);
366 APPL_TRACE_ERROR0("Illegal action to add char/descr/incl srvc before adding a service!");
403 else /* TODO: --->> temp treat included service as single instance */
406 /* update service information */
410 /* first attribute within the service, update the attribute pointer */
457 ** Description Start primary service discovery
509 ** Description Start discovery for included service
554 ** Description process the service discovery complete event
564 APPL_TRACE_DEBUG1("Start service discovery: srvc_idx = %d", p_srvc_cb->cur_srvc_idx);
573 /* start expore a service if there is service not been explored */
576 /* add the first service into cache */
589 /* no service found at all, the end of server discovery*/
590 APPL_TRACE_ERROR0("No More Service found");
642 else /* otherwise start with next service */
676 /* all characteristic has been explored, start with next service if any */
695 APPL_TRACE_ERROR2("invalid included service handle: [0x%04x ~ 0x%04x]", s_handle, e_handle);
704 /* a new service should not have any overlap with other service handle range */
718 ** Description Add a service into explore pending list
736 APPL_TRACE_DEBUG2("bta_gattc_add_srvc_to_list handle = %d, service type = 0x%04x",
752 APPL_TRACE_ERROR0("service not added, no resources or wrong state");
774 APPL_TRACE_ERROR0("No service available, unexpected char discovery result");
827 /* find a service record, report it */
841 APPL_TRACE_EVENT3("Found ATT service [0x%04x] handle[0x%04x ~ 0x%04x]",
848 /* discover services result, add services into a service list */
868 /* start discover primary service */
872 APPL_TRACE_ERROR0("GATT service discovery is done on unknown connection");
883 ** Description Start DSP Service Discovert
943 /* discover services result, add services into a service list */
960 /* add included service into service list if it's secondary or it never showed up
961 in the primary service search */
1062 APPL_TRACE_DEBUG3("Service: handle[%d] uuid[0x%04x] inst[%d]",
1160 APPL_TRACE_DEBUG3("Service: handle[%d] uuid[0x%04x] inst[%d]",
1164 /* a service found */
1171 else /* start looking for attributes within the service */
1204 /* is a characterisitc value or included service */
1224 ** Description search local cache for matching service record.
1240 APPL_TRACE_DEBUG3("found service [0x%04x], inst[%d] handle [%d]",
1265 ** included service GATT ID.
1290 APPL_TRACE_DEBUG2("found matching service [0x%04x], inst[%d]",
1383 APPL_TRACE_ERROR0("In the given service, can not find matching record");
1402 ** p_srvc_id: the service ID of which the characteristic is belonged to.
1406 ** characteristic/included service.
1408 ** of the characteristic /included service found.