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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_utils.c157 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id) argument
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_act.c402 UINT16 attr_id = 0; local
405 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
410 cb_data.add_result.attr_id = attr_id;
412 if (attr_id)
436 UINT16 attr_id = 0; local
439 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
445 cb_data.add_result.attr_id = attr_id;
450 if (attr_id)
474 UINT16 attr_id = 0; local
[all...]
H A Dbta_gatts_api.c380 ** attr_id - attribute ID to indicate.
388 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len, argument
400 p_buf->attr_id = attr_id;
H A Dbta_gatts_int.h119 UINT16 attr_id; member in struct:__anon567
254 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
/external/bluetooth/bluedroid/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)
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c262 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id, argument
283 if (p_attr->attr_id == attr_id)
307 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id) argument
315 if (p_attr->attr_id == attr_id)
347 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
399 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID)
438 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
456 else if (p_attr->attr_id
[all...]
H A Dsdp_db.c398 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, argument
424 handle,attr_id,attr_type,attr_len,p_val,num_array);
429 handle,attr_id,attr_type,attr_len,p_val,*p_val);
434 handle,attr_id,attr_type,attr_len,p_val,p_val);
450 if (p_attr->id == attr_id)
452 SDP_DeleteAttribute (handle, attr_id);
455 if (p_attr->id > attr_id)
472 p_attr->id = attr_id;
503 attr_id, attr_len );
511 attr_id
536 SDP_AddSequence(UINT32 handle, UINT16 attr_id, UINT16 num_elem, UINT8 type[], UINT8 len[], UINT8 *p_val[]) argument
619 SDP_AddUuidSequence(UINT32 handle, UINT16 attr_id, UINT16 num_uuids, UINT16 *p_uuids) argument
896 SDP_DeleteAttribute(UINT32 handle, UINT16 attr_id) argument
[all...]
H A Dsdp_discovery.c54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
787 UINT16 attr_id; local
826 BE_STREAM_TO_UINT16 (attr_id, p);
829 p = add_attr (p, p_ccb->p_db, p_rec, attr_id, NULL, 0);
896 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
929 p_attr->attr_id = attr_id;
1049 if(is_additional_list != 0 || attr_id == ATTR_ID_ADDITION_PROTO_DESC_LISTS)
1108 p_parent_attr, p_parent_attr->attr_id, p_attr, p_attr->attr_id); */
895 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...]
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_api.c896 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id, argument
907 p_msg->attr_id = attr_id;
928 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id) argument
938 p_msg->attr_id = attr_id;
H A Dbta_jv_int.h381 UINT16 attr_id; member in struct:__anon881
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h118 UINT16 attr_id; /* Attribute ID */ member in struct:t_sdp_disc_attr
285 UINT16 attr_id,
300 UINT16 attr_id);
483 SDP_API extern BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
502 SDP_API extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
519 SDP_API extern BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
616 SDP_API extern BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
H A Davrc_defs.h902 UINT8 attr_id; member in struct:__anon1210
908 UINT8 attr_id; member in struct:__anon1211
939 UINT32 attr_id; /* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AVRC_MEDIA_ATTR_ID_ALBUM, member in struct:__anon1214
980 UINT8 attr_id; member in struct:__anon1219
1019 UINT8 attr_id; member in struct:__anon1223
1291 UINT8 attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon1248
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h525 UINT16 attr_id; member in struct:__anon744
1233 ** attr_id - attribute ID to indicate.
1241 BTA_API extern void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id,

Completed in 201 milliseconds