Home
last modified time | relevance | path

Searched refs:supported_features (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c340 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in init()
388 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in init()
Dcap_initiator_broadcast_test.c197 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in init()
/Zephyr-latest/boards/intel/ehl/doc/
Dindex.rst22 .. include:: ../../../../soc/intel/elkhart_lake/doc/supported_features.txt
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst24 .. include:: ../../../../soc/intel/intel_ish/doc/supported_features.txt
/Zephyr-latest/boards/intel/rpl/doc/
Dindex.rst36 .. include:: ../../../../soc/intel/raptor_lake/doc/supported_features.txt
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs.c79 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in cmd_tbs_init()
102 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in cmd_tbs_init()
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst32 .. include:: ../../../../soc/intel/apollo_lake/doc/supported_features.txt
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h511 uint8_t supported_features; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c1174 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in tester_init_tbs()
1184 .supported_features = CONFIG_BT_TBS_SUPPORTED_FEATURES, in tester_init_tbs()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1529 inst->optional_opcodes = param->supported_features; in tbs_inst_init_and_register()
1609 if (param->supported_features > BT_TBS_FEATURE_ALL) { in valid_register_param()
1610 LOG_DBG("Invalid supported_features: %u", param->supported_features); in valid_register_param()