Home
last modified time | relevance | path

Searched refs:BT_AVDTP_RECONFIGURE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h39 #define BT_AVDTP_RECONFIGURE 0x05 macro
Davdtp.c474 reconfig ? BT_AVDTP_RECONFIGURE : BT_AVDTP_SET_CONFIGURATION, tid); in avdtp_process_configuration()
956 case BT_AVDTP_RECONFIGURE: in avdtp_timeout()
1072 {BT_AVDTP_RECONFIGURE, avdtp_re_configure_handler},
1498 return avdtp_process_configure_command(session, BT_AVDTP_RECONFIGURE, param); in bt_avdtp_reconfigure()