Searched defs:attr_id (Results 1 - 13 of 13) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_utils.c156 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id) argument
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)
H A Dbta_gatts_act.c413 UINT16 attr_id = 0; local
416 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
421 cb_data.add_result.attr_id = attr_id;
423 if (attr_id)
447 UINT16 attr_id = 0; local
450 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
456 cb_data.add_result.attr_id = attr_id;
461 if (attr_id)
485 UINT16 attr_id = 0; local
[all...]
H A Dbta_gatts_api.c378 ** attr_id - attribute ID to indicate.
386 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len, argument
398 p_buf->attr_id = attr_id;
H A Dbta_gatts_int.h119 UINT16 attr_id; member in struct:__anon184
256 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
/system/bt/stack/hid/
H A Dhidh_api.c77 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str ) argument
82 if ((p_attr = SDP_FindAttributeInRec(p_rec, attr_id)) != NULL)
/system/bt/stack/sdp/
H A Dsdp_discovery.c54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
753 UINT16 attr_id; local
792 BE_STREAM_TO_UINT16 (attr_id, p);
795 p = add_attr (p, p_ccb->p_db, p_rec, attr_id, NULL, 0);
862 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
895 p_attr->attr_id = attr_id;
1015 if(is_additional_list != 0 || attr_id == ATTR_ID_ADDITION_PROTO_DESC_LISTS)
1074 p_parent_attr, p_parent_attr->attr_id, p_attr, p_attr->attr_id); */
861 add_attr(UINT8 *p, tSDP_DISCOVERY_DB *p_db, tSDP_DISC_REC *p_rec, UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level) argument
[all...]
H A Dsdp_api.c258 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id, argument
279 if (p_attr->attr_id == attr_id)
303 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id) argument
311 if (p_attr->attr_id == attr_id)
343 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
395 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID)
434 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
452 else if (p_attr->attr_id
[all...]
H A Dsdp_db.c395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, argument
421 handle,attr_id,attr_type,attr_len,p_val,num_array);
426 handle,attr_id,attr_type,attr_len,p_val,*p_val);
431 handle,attr_id,attr_type,attr_len,p_val,p_val);
447 if (p_attr->id == attr_id)
449 SDP_DeleteAttribute (handle, attr_id);
452 if (p_attr->id > attr_id)
469 p_attr->id = attr_id;
500 attr_id, attr_len );
527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT1 argument
610 SDP_AddUuidSequence(UINT32 handle, UINT16 attr_id, UINT16 num_uuids, UINT16 *p_uuids) argument
887 SDP_DeleteAttribute(UINT32 handle, UINT16 attr_id) argument
[all...]
/system/media/audio_route/
H A Daudio_route.c364 const XML_Char *attr_id = NULL; local
381 attr_id = attr[i + 1];
435 if (attr_id) {
437 id = atoi((char *)attr_id);
453 if (attr_id)
454 mixer_value.index = atoi((char *)attr_id);
/system/bt/stack/include/
H A Dsdp_api.h113 UINT16 attr_id; /* Attribute ID */ member in struct:t_sdp_disc_attr
280 UINT16 attr_id,
295 UINT16 attr_id);
478 extern BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
497 extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
514 extern BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
611 extern BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
H A Davrc_defs.h900 UINT8 attr_id; member in struct:__anon920
906 UINT8 attr_id; member in struct:__anon921
937 UINT32 attr_id; /* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AVRC_MEDIA_ATTR_ID_ALBUM, member in struct:__anon924
978 UINT8 attr_id; member in struct:__anon929
1017 UINT8 attr_id; member in struct:__anon933
1289 UINT8 attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon958
/system/bt/bta/jv/
H A Dbta_jv_int.h335 UINT16 attr_id; member in struct:__anon530
/system/bt/bta/include/
H A Dbta_gatt_api.h569 UINT16 attr_id; member in struct:__anon381
1307 ** attr_id - attribute ID to indicate.
1315 extern void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id,

Completed in 946 milliseconds