Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dmcs_mcc.sh22 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=mcs \
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig43 rsource "Kconfig.mcs"
Dmcs.c957 static struct bt_gatt_service mcs; variable
975 int err = bt_gatt_notify_uuid(NULL, uuid, mcs.attrs, data, len); in notify()
998 err = bt_gatt_notify_uuid(conn, uuid, mcs.attrs, (void *)str, in notify_string()
1391 mcs = (struct bt_gatt_service)BT_GATT_SERVICE(svc_attrs); in bt_mcs_init()
1416 for (int i = 0; i < mcs.attr_count; i++) { in bt_mcs_init()
1417 if (!bt_uuid_cmp(mcs.attrs[i].uuid, BT_UUID_GATT_INCLUDE)) { in bt_mcs_init()
1418 mcs.attrs[i].user_data = bt_ots_svc_decl_get(ots); in bt_mcs_init()
1423 err = bt_gatt_service_register(&mcs); in bt_mcs_init()
DCMakeLists.txt45 zephyr_library_sources_ifdef(CONFIG_BT_MCS mcs.c)
/Zephyr-latest/scripts/ci/
Dpylintrc72 bad-mcs-method-argument,
73 bad-mcs-classmethod-argument,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c1543 band->ht_cap.mcs.wpa_supp_rx_highest = event->ht_cap.mcs.nrf_wifi_rx_highest; in nrf_wifi_parse_sband()
1546 band->ht_cap.mcs.wpa_supp_rx_mask[count] = in nrf_wifi_parse_sband()
1547 event->ht_cap.mcs.nrf_wifi_rx_mask[count]; in nrf_wifi_parse_sband()
1550 band->ht_cap.mcs.wpa_supp_tx_params = event->ht_cap.mcs.nrf_wifi_tx_params; in nrf_wifi_parse_sband()
1559 band->ht_cap.mcs.wpa_supp_reserved[count] = in nrf_wifi_parse_sband()
1560 event->ht_cap.mcs.nrf_wifi_reserved[count]; in nrf_wifi_parse_sband()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst9 media control service (mcs) that serves as a GATT-based interface to
366 The media control service (mcs) and the associated media player (mpl)
371 the media control service (mcs) has the GATT-based interface. This
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst288 MCS_H [label="mcs.h"];