Home
last modified time | relevance | path

Searched refs:p_attrs (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
Davrc_sdp.c137 if(p_db->p_attrs == NULL || p_db->num_attr == 0) in AVRC_FindService()
139 p_db->p_attrs = a2d_attr_list; in AVRC_FindService()
144 p_db->p_attrs); in AVRC_FindService()
/external/bluetooth/bluedroid/stack/a2dp/
Da2d_api.c293 if(p_db->p_attrs == NULL || p_db->num_attr == 0) in A2D_FindService()
295 p_db->p_attrs = a2d_attr_list; in A2D_FindService()
300 p_db->p_attrs); in A2D_FindService()
/external/bluetooth/bluedroid/stack/include/
Da2d_api.h106 … UINT16 *p_attrs; /* The attributes filter. If NULL, A2DP API sets the attribute filter member
Davrc_api.h126 …UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter member
Davrc_defs.h1252 tAVRC_APP_SETTING_TEXT *p_attrs; member
1262 tAVRC_ATTR_ENTRY *p_attrs; member
/external/bluetooth/bluedroid/bta/av/
Dbta_av_act.c1837 db_params.p_attrs = attr_list; in bta_av_rc_disc()
Dbta_av_aact.c891 db_params.p_attrs = attr_list; in bta_av_do_disc_a2d()