Searched refs:get_all (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | a2dp.c | 348 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()
|
D | avdtp.h | 176 gboolean get_all,
|
D | avdtp.c | 1294 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()
|