Searched refs:service_id (Results 1 - 25 of 29) sorted by relevance

12

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_utils.c133 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id) argument
136 APPL_TRACE_DEBUG1("bta_gatts_find_srvc_cb_by_srvc_id service_id=%d", service_id);
140 p_cb->srvc_cb[i].service_id == service_id)
167 attr_id >= p_cb->srvc_cb[i].service_id &&
168 attr_id < p_cb->srvc_cb[i + 1].service_id) ||
173 attr_id >= p_cb->srvc_cb[i].service_id) ||
176 attr_id >= p_cb->srvc_cb[i].service_id)
H A Dbta_gatts_api.c179 ** Parameters service_id: service ID to which this included service is to
186 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id) argument
196 p_buf->hdr.layer_specific = service_id;
210 ** Parameters service_id: service ID to which this included service is to
219 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, argument
229 p_buf->hdr.layer_specific = service_id;
250 ** Parameters service_id: service ID to which this charatceristic descriptor is to
258 void BTA_GATTS_AddCharDescriptor (UINT16 service_id, argument
271 p_buf->hdr.layer_specific = service_id;
291 ** Parameters service_id
296 BTA_GATTS_DeleteService(UINT16 service_id) argument
324 BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport) argument
351 BTA_GATTS_StopService(UINT16 service_id) argument
[all...]
H A Dbta_gatts_act.c294 UINT16 service_id = 0; local
307 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if,
313 if (service_id != 0)
316 p_cb->srvc_cb[srvc_idx].service_id = service_id;
321 cb_data.create.service_id = service_id;
365 cb_data.add_result.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific;
400 cb_data.add_result.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific;
438 cb_data.add_result.service_id
[all...]
H A Dbta_gatts_int.h191 UINT16 service_id; /* service handle */ member in struct:__anon570
251 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id);
H A Dbta_gattc_int.h457 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBT_UUID *p_type);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_common.h174 bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id);
175 bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h499 UINT16 service_id; member in struct:__anon734
511 UINT16 service_id; member in struct:__anon735
522 UINT16 service_id; member in struct:__anon736
1077 ** Parameters service_id: service ID to which this included service is to
1084 BTA_API extern void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id);
1092 ** Parameters service_id: service ID to which this included service is to
1101 BTA_API extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
1112 ** Parameters service_id: service ID to which this charatceristic descriptor is to
1121 BTA_API extern void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
1132 ** Parameters service_id
[all...]
H A Dbta_ag_api.h274 tBTA_SERVICE_ID service_id; member in struct:__anon622
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c301 UINT8 service_id; local
345 service_id = BTM_SEC_SERVICE_BNEP_PANU;
350 service_id = BTM_SEC_SERVICE_BNEP_GN;
355 service_id = BTM_SEC_SERVICE_BNEP_NAP;
372 service_id = BTM_SEC_SERVICE_BNEP_GN;
377 service_id = BTM_SEC_SERVICE_BNEP_NAP;
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.cc40 const string& service_id,
43 service_id_(service_id),
256 const string& service_id) {
269 post_body += "&service=" + service_id;
39 GaiaAuthenticator(const string& user_agent, const string& service_id, const string& gaia_url) argument
255 IssueAuthToken(AuthResults* results, const string& service_id) argument
H A Dgaia_authenticator.h94 const std::string& service_id,
260 bool IssueAuthToken(AuthResults* results, const std::string& service_id);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c84 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
410 ** service_id - service ID for the service passed to authorization callback
419 BOOLEAN BTM_SetUCDSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, argument
431 return(btm_sec_set_security_level (conn_type, p_name, service_id,
448 ** service_id - service ID for the service passed to authorization callback
457 BOOLEAN BTM_SetSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, argument
469 return(btm_sec_set_security_level (conn_type, p_name, service_id,
472 return(btm_sec_set_security_level (is_originator, p_name, service_id,
487 ** service_id - service ID for the service passed to authorization callback
496 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id, argument
717 BTM_SecClrService(UINT8 service_id) argument
823 BTM_SecClrUCDService(UINT8 service_id) argument
1950 BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id) argument
5205 UINT8 service_id; local
[all...]
H A Dbtm_inq.c2882 UINT8 service_id; local
2884 service_id = btm_convert_uuid_to_eir_service(uuid16);
2885 if( service_id < BTM_EIR_MAX_SERVICES )
2886 return( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id ));
2941 UINT8 service_id; local
2943 service_id = btm_convert_uuid_to_eir_service(uuid16);
2944 if( service_id < BTM_EIR_MAX_SERVICES )
2945 BTM_EIR_SET_SERVICE( p_eir_uuid, service_id );
2964 UINT8 service_id; local
2966 service_id
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_server.c223 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);
H A Dbtif_core.c1407 bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id) argument
1409 tBTA_SERVICE_ID *p_id = &service_id;
1417 btif_enabled_services |= (1 << service_id);
1441 bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id) argument
1443 tBTA_SERVICE_ID *p_id = &service_id;
1447 * be triggerred. Otherwise, we just need to clear the service_id in the mask
1450 btif_enabled_services &= (tBTA_SERVICE_MASK)(~(1<<service_id));
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c99 ** service_id - Unique service ID from
121 UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server, argument
186 p_ccb->service_id = service_id;
187 if (!BTM_SetSecurityLevel ((UINT8)!is_server, p_serv_name, p_ccb->service_id, security, p_ccb->psm, 0, 0))
1168 UINT8 service_id = p_ccb->service_id; local
1189 BTM_SecClrService(service_id);
H A Dgap_int.h89 UINT8 service_id; /* Used by BTM */ member in struct:__anon1129
/external/freetype/src/psnames/
H A Dpsmodule.c564 const char* service_id )
580 return ft_service_list_lookup( FT_PSCMAPS_SERVICES_GET, service_id );
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1311 UINT8 service_id, BOOLEAN is_originator);
3759 UINT8 service_id, UINT16 sec_level,
3775 BTM_API extern BOOLEAN BTM_SetUCDSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id,
3789 BTM_API extern void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
3804 BTM_API extern UINT8 BTM_SecClrService (UINT8 service_id);
3818 BTM_API extern UINT8 BTM_SecClrUCDService (UINT8 service_id);
H A Dgap_api.h549 GAP_API extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c49 static UINT8 bta_dm_authorize_cback (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *service_name, UINT8 service_id, BOOLEAN is_originator);
2700 UINT8 *service_name, UINT8 service_id, BOOLEAN is_originator)
2714 sec_event.authorize.service = service_id;
2720 if(bta_service_id_to_btm_srv_id_lkup_tbl[index] == service_id)
2733 || (service_id >= BTA_FIRST_JV_SERVICE_ID && service_id <= BTA_LAST_JV_SERVICE_ID)
4981 static void bta_dm_gatt_disc_result(tBTA_GATT_ID service_id) argument
4993 APPL_TRACE_DEBUG3("ADDING BLE SERVICE uuid=0x%x, ble_ptr = 0x%x, ble_raw_used = 0x%x", service_id.uuid.uu.uuid16,bta_dm_search_cb.p_ble_rawdata,bta_dm_search_cb.ble_raw_used);
4997 memcpy((bta_dm_search_cb.p_ble_rawdata + bta_dm_search_cb.ble_raw_used), &service_id,
4998 sizeof(service_id) );
2699 bta_dm_authorize_cback(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *service_name, UINT8 service_id, BOOLEAN is_originator) argument
[all...]
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c952 UINT8 service_id = BTM_SEC_SERVICE_HID_NOSEC_CTRL; local
969 service_id = BTM_SEC_SERVICE_HID_SEC_CTRL;
972 BTM_SetOutService (p_dev->addr, service_id, mx_chan_id);
/external/freetype/include/freetype/internal/
H A Dftserv.h538 const char* service_id );
/external/tcpdump/
H A Dprint-juniper.c286 u_int8_t service_id[4]; member in struct:juniper_monitor_header
299 EXTRACT_32BITS(&mh->service_id),
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_act.c98 open.service_id = bta_ag_svc_id[p_scb->conn_service];

Completed in 372 milliseconds

12