Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 51) sorted by relevance

123

/subsys/bluetooth/host/classic/
A Dl2cap_br_internal.h209 #define BT_L2CAP_I_FRAME_STD_CONTROL_GET_TYPE(control) ((control) & 0x01) argument
210 #define BT_L2CAP_I_FRAME_STD_CONTROL_GET_TX_SEQ(control) (((control) >> 0x01) & 0x3f) argument
211 #define BT_L2CAP_I_FRAME_STD_CONTROL_GET_R(control) (((control) >> 0x07) & 0x01) argument
212 #define BT_L2CAP_I_FRAME_STD_CONTROL_GET_REQ_SEQ(control) (((control) >> 0x08) & 0x3f) argument
213 #define BT_L2CAP_I_FRAME_STD_CONTROL_GET_SAR(control) (((control) >> 0x0e) & 0x03) argument
220 #define BT_L2CAP_I_FRAME_ENH_CONTROL_GET_TYPE(control) ((control) & 0x01) argument
221 #define BT_L2CAP_I_FRAME_ENH_CONTROL_GET_TX_SEQ(control) (((control) >> 0x01) & 0x3f) argument
231 #define BT_L2CAP_I_FRAME_EXT_CONTROL_GET_TYPE(control) ((control) & 0x01) argument
242 #define BT_L2CAP_S_FRAME_STD_CONTROL_GET_TYPE(control) ((control) & 0x01) argument
252 #define BT_L2CAP_S_FRAME_ENH_CONTROL_GET_TYPE(control) ((control) & 0x01) argument
[all …]
A DKconfig60 bool "Bluetooth L2CAP flow control mode [EXPERIMENTAL]"
63 This option enables Bluetooth L2CAP flow control mode
96 int "Bluetooth L2CAP MPS for retransmission and Flow control"
100 Bluetooth L2CAP MPS for retransmission and Flow control
180 bool "Remote audio volume control for HFP HF [EXPERIMENTAL]"
183 This option enables Remote audio volume control for HFP HF
305 bool "Enhanced call control for HFP AG [EXPERIMENTAL]"
308 This option enables Enhanced call control for HFP AG
A Drfcomm.c373 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_SABM, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_sabm()
395 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_DISC, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_disc()
428 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UIH, BT_RFCOMM_PF_UIH); in rfcomm_make_uih_msg()
551 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_DM, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_dm()
708 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UA, BT_RFCOMM_PF_NON_UIH); in rfcomm_send_ua()
1073 hdr->control = BT_RFCOMM_SET_CTRL(BT_RFCOMM_UIH, in rfcomm_send_credit()
1598 frame_type = BT_RFCOMM_GET_FRAME_TYPE(hdr->control); in rfcomm_recv()
1633 rfcomm_handle_data(session, buf, dlci, BT_RFCOMM_GET_PF(hdr->control)); in rfcomm_recv()
A Dl2cap_br.c5355 uint16_t control; in bt_l2cap_br_ret_fc_s_recv() local
5379 control = net_buf_pull_le16(buf); in bt_l2cap_br_ret_fc_s_recv()
5392 control = net_buf_pull_le16(buf); in bt_l2cap_br_ret_fc_s_recv()
5394 s = BT_L2CAP_S_FRAME_STD_CONTROL_GET_S(control); in bt_l2cap_br_ret_fc_s_recv()
5395 r = BT_L2CAP_S_FRAME_STD_CONTROL_GET_R(control); in bt_l2cap_br_ret_fc_s_recv()
5771 uint16_t control; in bt_l2cap_br_ret_fc_i_recv() local
5791 control = net_buf_pull_le16(buf); in bt_l2cap_br_ret_fc_i_recv()
5804 control = net_buf_pull_le16(buf); in bt_l2cap_br_ret_fc_i_recv()
5987 uint16_t control; in bt_l2cap_br_ret_fc_recv() local
6029 control = net_buf_pull_le16(buf); in bt_l2cap_br_ret_fc_recv()
[all …]
A Drfcomm_internal.h48 uint8_t control; member
/subsys/bluetooth/audio/
A DKconfig.mctl1 # Bluetooth Audio - Media control configuration options
13 bool "Support for media player control"
15 Enables support for control of local and remote media players
16 To enable support for control of a local media player, support for
22 bool "Support for control of local media player"
24 This option enables support for control of a local media player
27 bool "Support for local control of local media player"
31 This option enables support for local application control of local
35 bool "Support for remote control of local media players"
38 This option enables support for remote control of local media
[all …]
A DKconfig.ccp17 Bearer Service (TBS) client to control calls on a remote device.
42 the Telephone Bearer Service (TBS) to hold and control calls on a device.
A DKconfig.mcs1 # Bluetooth Audio - Media control configuration options
39 control client will truncate the name when reading it.
47 the media player icon URL. If the URL is longer, the media control
57 the media control client will truncate the title when reading it.
66 longer, the media control client will truncate the name when reading
A DKconfig.tbs1 # Bluetooth Audio - Call control configuration options
191 This hidden option indicates that there are at least one control
193 When this option is disabled it indicates that the control point can
/subsys/mgmt/osdp/src/
A Dosdp_phy.c24 uint8_t control; member
78 if (pkt->control & PKT_CONTROL_SCB) { in osdp_phy_packet_get_data_offset()
93 if (pkt->control & PKT_CONTROL_SCB) { in osdp_phy_packet_get_smb()
142 pkt->control = osdp_phy_get_seq_number(pd, is_cp_mode(pd)); in osdp_phy_packet_init()
143 pkt->control |= PKT_CONTROL_CRC; in osdp_phy_packet_init()
146 pkt->control |= PKT_CONTROL_SCB; in osdp_phy_packet_init()
150 pkt->control |= PKT_CONTROL_SCB; in osdp_phy_packet_init()
308 if (pkt->control & PKT_CONTROL_CRC) { in osdp_phy_check_packet()
342 comp = pkt->control & PKT_CONTROL_SQN; in osdp_phy_check_packet()
404 len -= pkt->control & PKT_CONTROL_CRC ? 2 : 1; in osdp_phy_decode_packet()
[all …]
/subsys/portability/cmsis_rtos_v2/
A DKconfig19 int "Maximum thread count in CMSIS RTOS V2 application with dynamic control blocks"
24 dynamically allocated control block.
54 be created with dynamically allocated control block.
62 be created with dynamically allocated control block.
70 be created with dynamically allocated control block.
78 be created with dynamically allocated control block.
92 be created with dynamically allocated control block.
106 be created with dynamically allocated control block.
/subsys/usb/device_next/class/
A Dusbd_msc_scsi.c81 uint8_t control; in SCSI_CMD_STRUCT() local
93 uint8_t control; in SCSI_CMD_STRUCT() local
152 uint8_t control; in SCSI_CMD_STRUCT() local
182 uint8_t control; in SCSI_CMD_STRUCT() local
218 uint8_t control; in SCSI_CMD_STRUCT() local
236 uint8_t control; in SCSI_CMD_STRUCT() local
248 uint8_t control; in SCSI_CMD_STRUCT() local
278 uint8_t control; in SCSI_CMD_STRUCT() local
292 uint8_t control; in SCSI_CMD_STRUCT() local
301 uint8_t control; in SCSI_CMD_STRUCT() local
[all …]
A Dusbd_uac2_macros.h1027 #define BUILD_ASSERT_FEATURE_UNIT_CONTROL(fu, control) \ argument
1028 BUILD_ASSERT(UTIL_OR(UTIL_NOT(DT_NODE_HAS_PROP(fu, control)), \
1029 DT_PROP_LEN(fu, control) <= 1 + FEATURE_UNIT_NUM_CHANNELS(fu)), \
1032 "but its property " #control " has " \
1033 STRINGIFY(DT_PROP_LEN(fu, control)) " values" \
/subsys/bluetooth/common/
A DKconfig73 Controller to Host flow control not strictly necessary.
75 In a Host only build with Controller to Host flow control enabled
79 If Controller to Host flow control is not enabled then the Controller
113 therefore Controller to Host flow control is not needed.
115 In a Host only build with Controller to Host flow control enabled
119 When Controller to Host flow control is not enabled the Controller
174 # for Host only builds, or when Controller-to-Host ACL data flow control
194 Normal HCI commands follow the HCI command flow control using Num_HCI_Command_Packets
201 When Controller to Host data flow control is enabled in the Host-only or combined
204 HCI command flow control to be able to send Ncmd normal HCI commands and
[all …]
/subsys/lorawan/services/
A Dfrag_transport.c74 uint8_t control; member
178 ctx.control = rx_buf[rx_pos++]; in frag_transport_package_callback()
186 index, ctx.nb_frag, ctx.frag_size, ctx.padding, ctx.control, in frag_transport_package_callback()
/subsys/net/l2/ethernet/gptp/
A Dgptp_messages.c225 hdr->control = GPTP_SYNC_CONTROL_VALUE; in gptp_prepare_sync()
279 hdr->control = GPTP_FUP_CONTROL_VALUE; in gptp_prepare_follow_up()
328 hdr->control = GPTP_OTHER_CONTROL_VALUE; in gptp_prepare_pdelay_req()
386 hdr->control = GPTP_OTHER_CONTROL_VALUE; in gptp_prepare_pdelay_resp()
445 hdr->control = GPTP_OTHER_CONTROL_VALUE; in gptp_prepare_pdelay_follow_up()
519 hdr->control = GPTP_OTHER_CONTROL_VALUE; in gptp_prepare_announce()
/subsys/net/l2/ieee802154/
A Dieee802154_frame.c147 if (ash->control.key_id_mode != IEEE802154_KEY_ID_MODE_IMPLICIT) { in ieee802154_validate_aux_security_hdr()
152 switch (ash->control.key_id_mode) { in ieee802154_validate_aux_security_hdr()
662 aux_sec->control.security_level = sec_ctx->level; in generate_aux_security_hdr()
663 aux_sec->control.key_id_mode = sec_ctx->key_mode; in generate_aux_security_hdr()
664 aux_sec->control.reserved = 0U; in generate_aux_security_hdr()
957 if (mhr->aux_sec->control.security_level != level) { in ieee802154_decipher_data_frame()
/subsys/mgmt/mcumgr/transport/
A DKconfig.dummy6 # subsystem and provides Kconfig options to control aspects of
A DKconfig.shell6 # subsystem and provides Kconfig options to control aspects of
/subsys/mgmt/mcumgr/grp/os_mgmt_client/
A DKconfig11 # When adding Kconfig options, that control the same feature,
/subsys/mgmt/mcumgr/grp/img_mgmt_client/
A DKconfig11 # When adding Kconfig options, that control the same feature,
/subsys/mgmt/mcumgr/smp_client/
A DKconfig5 # subsystem and provides Kconfig options to control aspects of
/subsys/mgmt/mcumgr/grp/stat_mgmt/
A DKconfig12 # When adding Kconfig options, that control the same feature,
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split283 Since there is no way to control the Max_PDU using the non-test
735 the event, like control procedure handling and CPU execution speeds.
1040 int "Number of tx control buffers to be reserved per connection"
1047 to buffer(s) for control procedure TX
1050 int "Number of tx control buffers to be available across all connections"
1054 Set the number control buffers that is to be available for tx.
1056 for control procedure tx. This pool is shared across all
1067 Set the number control procedure contexts that is to be available.
1069 for handling local initiated control procedures.
1077 Set the number control procedure contexts that is to be available.
[all …]
/subsys/modem/backends/
A DKconfig52 bool "Hardware flow control (HWFC) for the modem async UART backend"

Completed in 96 milliseconds

123