HomeSort by relevance Sort by last modified time
    Searched full:service_id (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /system/bt/bta/gatt/
bta_gatts_api.c 184 ** Parameters service_id: service ID to which this included service is to
191 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id)
201 p_buf->hdr.layer_specific = service_id;
215 ** Parameters service_id: service ID to which this included service is to
224 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
234 p_buf->hdr.layer_specific = service_id;
255 ** Parameters service_id: service ID to which this charatceristic descriptor is to
263 void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
276 p_buf->hdr.layer_specific = service_id;
296 ** Parameters service_id: service_id to be deleted
    [all...]
bta_gatts_utils.c 132 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id)
135 APPL_TRACE_DEBUG("bta_gatts_find_srvc_cb_by_srvc_id service_id=%d", service_id);
139 p_cb->srvc_cb[i].service_id == service_id)
166 attr_id >= p_cb->srvc_cb[i].service_id &&
167 attr_id < p_cb->srvc_cb[i + 1].service_id) ||
172 attr_id >= p_cb->srvc_cb[i].service_id) ||
175 attr_id >= p_cb->srvc_cb[i].service_id)
bta_gatts_act.c 348 UINT16 service_id = 0; local
361 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if,
367 if (service_id != 0)
371 p_cb->srvc_cb[srvc_idx].service_id = service_id;
376 cb_data.create.service_id = service_id;
420 cb_data.add_result.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific;
455 cb_data.add_result.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific;
493 cb_data.add_result.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific
    [all...]
bta_gatts_int.h 193 UINT16 service_id; /* service handle */ member in struct:__anon68705
255 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id);
  /system/bt/bta/include/
bta_gatt_api.h 556 UINT16 service_id; member in struct:__anon68894
568 UINT16 service_id; member in struct:__anon68895
579 UINT16 service_id; member in struct:__anon68896
    [all...]
  /system/bt/btif/include/
btif_common.h 182 bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id);
183 bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 328 URL resource = XPathFactoryFinder.class.getClassLoader().getResource(SERVICE_ID);
332 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
334 debugPrintln("no "+SERVICE_ID+" file was found");
340 debugPrintln("failed to enumerate resources "+SERVICE_ID);
349 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /system/bt/btif/src/
btif_gatt_server.c 223 p_data->create.service_id
232 p_data->add_result.service_id,
245 p_data->add_result.service_id,
259 p_data->add_result.service_id,
268 p_data->srvc_oper.service_id);
275 p_data->srvc_oper.service_id);
282 p_data->srvc_oper.service_id);
btif_core.c     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedService.java 54 retval.append(ParameterNamesIms.SERVICE_ID);
PPreferredService.java 53 retval.append(ParameterNamesIms.SERVICE_ID);
ParameterNamesIms.java 86 public static final String SERVICE_ID = "urn:urn-7:";
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 100 __be64 service_id; member in struct:ib_ucm_attr_id_resp
113 __be64 service_id; member in struct:ib_ucm_listen
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_cm.h 100 __be64 service_id; member in struct:ib_ucm_attr_id_resp
113 __be64 service_id; member in struct:ib_ucm_listen
  /system/bt/stack/gap/
gap_conn.c 100 ** service_id - Unique service ID from
123 UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,
190 p_ccb->service_id = service_id;
192 p_ccb->service_id, security, p_ccb->psm, 0, 0))
1182 UINT8 service_id = p_ccb->service_id; local
    [all...]
gap_int.h 67 UINT8 service_id; /* Used by BTM */ member in struct:__anon69367
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 295 return Collections.singleton(classLoader.getResource(SERVICE_ID));
298 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
300 debugPrintln("no "+SERVICE_ID+" file was found");
307 debugPrintln("failed to enumerate resources "+SERVICE_ID);
389 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 68 if(urn.contains(ParameterNamesIms.SERVICE_ID)){
PPreferredServiceParser.java 106 if(urn.contains(ParameterNamesIms.SERVICE_ID)){
  /system/bt/stack/btm/
btm_sec.c 93 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
212 if(BTM_SEC_IS_SERVICE_TRUSTED(p_dev_rec->trusted_mask, p_serv_rec->service_id))
468 ** service_id - service ID for the service passed to authorization callback
477 BOOLEAN BTM_SetSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id,
489 return(btm_sec_set_security_level (conn_type, p_name, service_id,
492 return(btm_sec_set_security_level (is_originator, p_name, service_id,
507 ** service_id - service ID for the service passed to authorization callback
516 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
548 service_id, and mx_chan_id), or obtain the next unused record */
561 service_id == p_srec->service_id &
5619 UINT8 service_id; local
    [all...]
btm_inq.c 2565 UINT8 service_id; local
2616 UINT8 service_id; local
2637 UINT8 service_id; local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 82 __be64 service_id; member in struct:ib_ucm_attr_id_resp
96 __be64 service_id; member in struct:ib_ucm_listen
  /external/freetype/src/psnames/
psmodule.c 564 const char* service_id )
580 return ft_service_list_lookup( PSCMAPS_SERVICES_GET, service_id );
  /external/pdfium/third_party/freetype/src/psnames/
psmodule.c 564 const char* service_id )
580 return ft_service_list_lookup( PSCMAPS_SERVICES_GET, service_id );
  /system/bt/stack/include/
gap_api.h 145 extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,

Completed in 1049 milliseconds

1 2 3 4