Home
last modified time | relevance | path

Searched full:sbc (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h2 * @brief Advance Audio Distribution Profile - SBC Codec header.
60 /** @brief SBC Codec */
76 /** Set to 1 for the last packet of a fragmented SBC frame, otherwise set to 0. */
78 /** Set to 1 for the starting packet of a fragmented SBC frame, otherwise set to 0. */
80 /** Set to 1 if the SBC frame is fragmented, otherwise set to 0. */
90 /** Set to 1 for the last packet of a fragmented SBC frame, otherwise set to 0. */
93 /** Set to 1 for the starting packet of a fragmented SBC frame, otherwise set to 0. */
96 /** Set to 1 if the SBC frame is fragmented, otherwise set to 0. */
104 /** @brief get channel num of a2dp sbc config.
106 * @param sbc_codec The a2dp sbc parameter.
[all …]
Da2dp.h26 /** SBC IE length */
61 /** @brief define the SBC sink endpoint that can be used as
64 * SBC is mandatory as a2dp specification, BT_A2DP_SBC_SINK_EP_DEFAULT
65 * is more convenient for user to register SBC endpoint.
68 * @param _freq sbc codec frequency.
70 * @param _ch_mode sbc codec channel mode.
72 * @param _blk_len sbc codec block length.
74 * @param _subband sbc codec subband.
76 * @param _alloc_mthd sbc codec allocate method.
78 * @param _min_bitpool sbc codec min bit pool. for example: 18
[all …]
/Zephyr-latest/boards/seco/stm32f3_seco_d23/doc/
Dindex.rst6 SBC-3.5-PX30 (JUNO - D23) is a Single Board Computer based on embedded Rockchip PX30
18 PMIC. SBC-3.5-PX30 board is completed by a series of connectors with various
24 SECO SBC-3.5-PX30 provides the following hardware components:
86 SBC-3.5-PX30 has 6 GPIO controllers. These controllers are
89 For more details please refer to `SECO SBC-3.5-PX30 board User Manual`_.
135 SECO SBC-3.5-PX30 System Clock could be driven by internal or external
142 SECO SBC-3.5-PX30 has up to 4 U(S)ARTs. The Zephyr console output
154 SECO SBC-3.5-PX30 has up to 2 I2Cs. Both are present in connector CN33.
159 SECO SBC-3.5-PX30 has a USB 2.0 full-speed device interface available through
164 SECO SBC-3.5-PX30 has an onboard CAN transceiver (TJA1051T), and it is
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst10 … stream endpoints. using :code:`a2dp register_ep source sbc` and :code:`a2dp register_ep sink sbc`.
28 uart:~$ a2dp register_ep source sbc
29 SBC source endpoint is registered
36 codec type: SBC
76 uart:~$ a2dp register_ep sink sbc
77 SBC sink endpoint is registered
/Zephyr-latest/boards/seco/stm32f3_seco_d23/
Dboard.yml3 full_name: SECO SBC-3.5-PX30 (JUNO - D23) (STM32F302)
Dstm32f3_seco_d23.yaml2 name: SECO SBC-3.5-PX30 (STM32F302)
Dstm32f3_seco_d23_defconfig2 # SECO SBC-3.5-PX30 board defconfig
Dstm32f3_seco_d23.dts12 model = "SECO SBC-3.5-PX30 board (STM32F302VCT6)";
/Zephyr-latest/drivers/watchdog/
DKconfig.nxp_fs265 bool "NXP FS26 SBC watchdog driver"
11 Enable the NXP FS26 SBC watchdog driver.
/Zephyr-latest/boards/seco/stm32f3_seco_d23/support/
Dopenocd.cfg1 # SECO SBC-3.5-PX30 board with a single STM32F302VCT6 chip
/Zephyr-latest/dts/bindings/spi/
Dcypress,psoc6-spi.yaml4 description: Cypress SBC[SPI]
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c214 shell_print(ctx_shell, " codec type: SBC"); in shell_a2dp_print_capabilities()
217 shell_error(ctx_shell, " wrong sbc codec ie"); in shell_a2dp_print_capabilities()
285 shell_print(ctx_shell, " not SBC codecs"); in shell_a2dp_print_capabilities()
510 if (!strcmp(action, "sbc")) { in cmd_register_ep()
519 shell_print(sh, "SBC sink endpoint is registered"); in cmd_register_ep()
530 shell_print(sh, "SBC source endpoint is registered"); in cmd_register_ep()
623 shell_error(sh, "don't find the peer sbc endpoint"); in cmd_configure()
784 printk(" Failed to send SBC audio data on streams(%d)\n", ret); in cmd_send_media()
796 SHELL_CMD_ARG(register_ep, NULL, "<type: sink or source> <value: sbc>",
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst6 BeagleV®-Fire is a revolutionary single-board computer (SBC) powered by the Microchip’s
12 its versatile FPGA fabric, BeagleV®-Fire SBC offers unparalleled opportunities for developers,
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c201 /* SBC-4 Table 114 — POWER CONDITION and POWER CONDITION MODIFIER field */
222 /* SBC-4 Table 77 — PREVENT field */
462 /* Accessible; Direct access block device (SBC) */ in fill_inquiry()
529 /* Accessible; Direct access block device (SBC) */ in fill_vpd_page()
590 /* SBC-4 5.31 START STOP UNIT command */
618 /* SBC-4 5.15 PREVENT ALLOW MEDIUM REMOVAL command */
666 /* SBC-4 5.20 READ CAPACITY (10) command */
697 /* SBC-4 explicitly mentions that transfer length 0 is OK */ in validate_transfer_length()
/Zephyr-latest/dts/bindings/watchdog/
Dnxp,fs26-wdog.yaml5 FS26 System Basis Chip (SBC) watchdog driver.
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c181 struct bt_a2dp_codec_sbc_params *sbc; in a2dp_process_config_ind() local
189 sbc = (struct bt_a2dp_codec_sbc_params *)&ep->codec_cap->codec_ie[0]; in a2dp_process_config_ind()
190 if (((BT_A2DP_SBC_SAMP_FREQ(sbc_set) & BT_A2DP_SBC_SAMP_FREQ(sbc)) == 0) || in a2dp_process_config_ind()
191 ((BT_A2DP_SBC_CHAN_MODE(sbc_set) & BT_A2DP_SBC_CHAN_MODE(sbc)) == 0) || in a2dp_process_config_ind()
192 ((BT_A2DP_SBC_BLK_LEN(sbc_set) & BT_A2DP_SBC_BLK_LEN(sbc)) == 0) || in a2dp_process_config_ind()
193 ((BT_A2DP_SBC_SUB_BAND(sbc_set) & BT_A2DP_SBC_SUB_BAND(sbc)) == 0) || in a2dp_process_config_ind()
194 ((BT_A2DP_SBC_ALLOC_MTHD(sbc_set) & BT_A2DP_SBC_ALLOC_MTHD(sbc)) == 0)) { in a2dp_process_config_ind()
/Zephyr-latest/boards/shields/tcan4550evm/doc/
Dindex.rst9 The Texas Instruments `TCAN4550EVM`_ features a `TI TCAN4550-Q1`_ automotive system basis chip (SBC)
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/
Dindex.rst51 WDT FS26 SBC watchdog
238 FS26 SBC Watchdog
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/
Dindex.rst201 #. If you have a USB-Serial adapter, you can connect SBC[UART]-6 on Arduino
/Zephyr-latest/boards/phytec/phyboard_polis/doc/
Dindex.rst17 As a powerful, industrial single-board computer (SBC), the phyBOARD-Polis is
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst972 as SBC are left undefined/implementation specific for BAP.
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst519 * SECO JUNO SBC-D23 (STM32F302)