HomeSort by relevance Sort by last modified time
    Searched refs:attr_id (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 157 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_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)
bta_gatts_act.c 359 UINT16 attr_id = 0; local
362 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
367 cb_data.add_result.attr_id = attr_id;
369 if (attr_id)
393 UINT16 attr_id = 0; local
396 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
402 cb_data.add_result.attr_id = attr_id;
407 if (attr_id)
431 UINT16 attr_id = 0; local
    [all...]
bta_gatts_int.h 120 UINT16 attr_id; member in struct:__anon2061
242 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
bta_gatts_api.c 350 ** attr_id - attribute ID to indicate.
358 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len,
370 p_buf->attr_id = attr_id;
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 118 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);
avrc_defs.h 902 UINT8 attr_id; member in struct:__anon2652
908 UINT8 attr_id; member in struct:__anon2653
939 UINT32 attr_id; \/* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AVRC_MEDIA_ATTR_ID_ALBUM, member in struct:__anon2656
980 UINT8 attr_id; member in struct:__anon2661
1019 UINT8 attr_id; member in struct:__anon2665
1291 UINT8 attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon2690
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 396 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type,
422 handle,attr_id,attr_type,attr_len,p_val,num_array);
427 handle,attr_id,attr_type,attr_len,p_val,*p_val);
432 handle,attr_id,attr_type,attr_len,p_val,p_val);
448 if (p_attr->id == attr_id)
450 SDP_DeleteAttribute (handle, attr_id);
453 if (p_attr->id > attr_id)
470 p_attr->id = attr_id;
501 attr_id, attr_len );
509 attr_id == ATTR_ID_EXT_BRCM_VERSION
    [all...]
sdp_api.c 262 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
283 if (p_attr->attr_id == attr_id)
307 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
315 if (p_attr->attr_id == attr_id)
347 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
389 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID)
428 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
446 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID
    [all...]
sdp_discovery.c 54 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;
    [all...]
  /device/samsung/manta/audio/
audio_route.c 338 const XML_Char *attr_id = NULL; local
354 attr_id = attr[i + 1];
401 if (attr_id) {
403 id = atoi((char *)attr_id);
429 if (attr_id)
430 mixer_value.index = atoi((char *)attr_id);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 887 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id,
898 p_msg->attr_id = attr_id;
919 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id)
929 p_msg->attr_id = attr_id;
    [all...]
bta_jv_int.h 335 UINT16 attr_id; member in struct:__anon2356
bta_jv_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 509 UINT16 attr_id; member in struct:__anon2226
    [all...]
bta_jv_api.h     [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 76 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str )
81 if ((p_attr = SDP_FindAttributeInRec(p_rec, attr_id)) != NULL)
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 406 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)

Completed in 436 milliseconds