Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_internal.h42 #define BT_BAP_BASS_VALID_OPCODE(opcode) ((opcode) <= BT_BAP_BASS_OP_REM_SRC) macro
Dbap_scan_delegator.c1000 if (!BT_BAP_BASS_VALID_OPCODE(opcode)) { in write_control_point()