Home
last modified time | relevance | path

Searched refs:AVDTP_DELAY_REPORTING (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp.c310 if (cap->category == AVDTP_DELAY_REPORTING && in sbc_setconf_ind()
313 *category = AVDTP_DELAY_REPORTING; in sbc_setconf_ind()
406 delay_reporting = avdtp_service_cap_new(AVDTP_DELAY_REPORTING, in sbc_getcap_ind()
438 if (cap->category == AVDTP_DELAY_REPORTING && in mpeg_setconf_ind()
441 *category = AVDTP_DELAY_REPORTING; in mpeg_setconf_ind()
504 delay_reporting = avdtp_service_cap_new(AVDTP_DELAY_REPORTING, in mpeg_getcap_ind()
Davdtp.h56 #define AVDTP_DELAY_REPORTING 0x08 macro
Dsink.c480 delay_reporting = avdtp_service_cap_new(AVDTP_DELAY_REPORTING, in select_capabilities()
Davdtp.c1245 else if (category == AVDTP_DELAY_REPORTING && delay_reporting) in caps_to_list()
3167 if (category < AVDTP_MEDIA_TRANSPORT || category > AVDTP_DELAY_REPORTING) in avdtp_service_cap_new()