Home
last modified time | relevance | path

Searched refs:get_all (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp.c348 gboolean get_all, GSList **caps, uint8_t *err, in sbc_getcap_ind() argument
404 if (get_all) { in sbc_getcap_ind()
457 gboolean get_all, in mpeg_getcap_ind() argument
502 if (get_all) { in mpeg_getcap_ind()
Davdtp.h176 gboolean get_all,
Davdtp.c1294 gboolean get_all) in avdtp_getcap_cmd() argument
1302 cmd = get_all ? AVDTP_GET_ALL_CAPABILITIES : AVDTP_GET_CAPABILITIES; in avdtp_getcap_cmd()
1315 if (get_all && session->server->version < 0x0103) in avdtp_getcap_cmd()
1318 if (!sep->ind->get_capability(session, sep, get_all, &caps, in avdtp_getcap_cmd()
2794 const char *get_all = ""; in avdtp_parse_resp() local
2808 get_all = "ALL_"; in avdtp_parse_resp()
2810 DBG("GET_%sCAPABILITIES request succeeded", get_all); in avdtp_parse_resp()