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.c415 UINT16 attr_id = 0; local
418 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
423 cb_data.add_result.attr_id = attr_id;
425 if (attr_id)
449 UINT16 attr_id = 0; local
452 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
458 cb_data.add_result.attr_id = attr_id;
463 if (attr_id)
487 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:__anon587
256 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.c265 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id, argument
286 if (p_attr->attr_id == attr_id)
310 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id) argument
318 if (p_attr->attr_id == attr_id)
350 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
402 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID)
441 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
459 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.c904 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id, argument
915 p_msg->attr_id = attr_id;
936 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id) argument
946 p_msg->attr_id = attr_id;
H A Dbta_jv_int.h381 UINT16 attr_id; member in struct:__anon951
/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.h900 UINT8 attr_id; member in struct:__anon1335
906 UINT8 attr_id; member in struct:__anon1336
937 UINT32 attr_id; /* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AVRC_MEDIA_ATTR_ID_ALBUM, member in struct:__anon1339
978 UINT8 attr_id; member in struct:__anon1344
1017 UINT8 attr_id; member in struct:__anon1348
1289 UINT8 attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon1373
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h569 UINT16 attr_id; member in struct:__anon795
1307 ** attr_id - attribute ID to indicate.
1315 BTA_API extern void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id,

Completed in 187 milliseconds