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.
260 ** Description Add a service into database cache.
274 APPL_TRACE_DEBUG0("Add a service into Service");
285 /* update service information */
297 /* first service */
329 APPL_TRACE_DEBUG1("bta_gattc_add_attr_to_cache: Add a [%s] into Service", bta_gattc_attr_type[type]);
336 APPL_TRACE_ERROR0("Illegal action to add char/descr/incl srvc before adding a service!");
369 else /* TODO: --->> temp treat included service same as char descriptor */
372 /* update service information */
376 /* first attribute within the service, update the attribute pointer */
423 ** Description Start primary service discovery
483 ** Description Start discovery for included service
528 ** Description process the service discovery complete event
538 APPL_TRACE_DEBUG1("Start service discovery: srvc_idx = %d", p_srvc_cb->cur_srvc_idx);
547 /* start expore a service if there is service not been explored */
550 /* add the first service into cache */
563 /* no service found at all, the end of server discovery*/
564 APPL_TRACE_ERROR0("No More Service found");
616 else /* otherwise start with next service */
650 /* all characteristic has been explored, start with next service if any */
669 APPL_TRACE_ERROR2("invalid included service handle: [0x%04x ~ 0x%04x]", s_handle, e_handle);
678 /* a new service should not have any overlap with other service handle range */
692 ** Description Add a service into explore pending list
710 APPL_TRACE_DEBUG2("bta_gattc_add_srvc_to_list handle = %d, service type = 0x%04x",
726 APPL_TRACE_ERROR0("service not added, no resources or wrong state");
748 APPL_TRACE_ERROR0("No service available, unexpected char discovery result");
801 /* find a service record, report it */
815 APPL_TRACE_EVENT3("Found ATT service [0x%04x] handle[0x%04x ~ 0x%04x]",
822 /* discover services result, add services into a service list */
842 /* start discover primary service */
846 APPL_TRACE_ERROR0("GATT service discovery is done on unknown connection");
857 ** Description Start DSP Service Discovert
917 /* discover services result, add services into a service list */
934 /* add included service into service list if it's secondary or it never showed up
935 in the primary service search */
1036 APPL_TRACE_DEBUG3("Service: handle[%d] uuid[0x%04x] inst[%d]",
1132 APPL_TRACE_DEBUG3("Service: handle[%d] uuid[0x%04x] inst[%d]",
1136 /* a service found */
1143 else /* start looking for attributes within the service */
1175 /* is a characterisitc value or included service */
1195 ** Description search local cache for matching service record.
1211 APPL_TRACE_DEBUG3("found service [0x%04x], inst[%d] handle [%d]",
1236 ** included service GATT ID.
1264 APPL_TRACE_DEBUG2("found matching service [0x%04x], inst[%d]",
1356 APPL_TRACE_ERROR0("In the given service, can not find matching record");
1375 ** p_srvc_id: the service ID of which the characteristic is belonged to.
1379 ** characteristic/included service.
1381 ** of the characteristic /included service found.