Lines Matching +full:op +full:- +full:mode
8 * SPDX-License-Identifier: Apache-2.0
38 /** Passthrough mode
40 * While in this mode the buffers are passed as is between the stack
45 /** H:4 mode
47 * While in this mode H:4 headers will added into the buffers
54 /** @brief Set Bluetooth RAW channel mode
56 * Set access mode of Bluetooth RAW channel.
58 * @param mode Access mode.
62 int bt_hci_raw_set_mode(uint8_t mode);
64 /** @brief Get Bluetooth RAW channel mode
66 * Get access mode of Bluetooth RAW channel.
68 * @return Access mode.
82 .op = _op, \
89 uint16_t op; member