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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 358 UINT16 attr_id = 0; local
361 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
366 cb_data.add_result.attr_id = attr_id;
368 if (attr_id)
392 UINT16 attr_id = 0; local
395 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
401 cb_data.add_result.attr_id = attr_id;
406 if (attr_id)
430 UINT16 attr_id = 0; local
    [all...]
bta_gatts_int.h 119 UINT16 attr_id; member in struct:__anon2531
252 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/sdp/
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...]
  /system/media/audio_route/
audio_route.c 366 const XML_Char *attr_id = NULL; local
382 attr_id = attr[i + 1];
429 if (attr_id) {
431 id = atoi((char *)attr_id);
457 if (attr_id)
458 mixer_value.index = atoi((char *)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:__anon3164
908 UINT8 attr_id; member in struct:__anon3165
939 UINT32 attr_id; \/* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AVRC_MEDIA_ATTR_ID_ALBUM, member in struct:__anon3168
980 UINT8 attr_id; member in struct:__anon3173
1019 UINT8 attr_id; member in struct:__anon3177
1291 UINT8 attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon3202
    [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 108 uint8_t id; /* can be attr_id or value_id */
113 uint32_t attr_id; member in struct:__anon20657
124 typedef void (* btrc_list_player_app_values_callback)(btrc_player_attr_t attr_id);
139 typedef void (* btrc_get_player_app_values_text_callback) (uint8_t attr_id, uint8_t num_val, uint8_t *p_vals);
196 /** Returns the current application attribute values for each of the specified attr_id */
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 512 UINT16 attr_id; member in struct:__anon2703
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 381 UINT16 attr_id; member in struct:__anon2840

Completed in 304 milliseconds