Searched refs:BT_L2CAP_RX_MTU (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-latest/soc/ambiq/apollo3x/ |
| D | Kconfig.defconfig.apollo3p_blue | 31 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
|
| D | Kconfig.defconfig.apollo3_blue | 31 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
|
| /Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/ |
| D | Kconfig.defconfig | 38 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | l2cap.h | 40 #define BT_L2CAP_RX_MTU (CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE) macro 74 #define BT_L2CAP_SDU_RX_MTU (BT_L2CAP_RX_MTU - BT_L2CAP_SDU_HDR_SIZE)
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | avctp.c | 148 session->br_chan.rx.mtu = BT_L2CAP_RX_MTU; in bt_avctp_connect() 235 session->br_chan.rx.mtu = BT_L2CAP_RX_MTU; in avctp_l2cap_accept()
|
| D | avdtp.c | 210 sep->chan.rx.mtu = BT_L2CAP_RX_MTU; in avdtp_media_connect() 1259 session->br_chan.rx.mtu = BT_L2CAP_RX_MTU; in bt_avdtp_connect() 1303 session->br_chan.rx.mtu = BT_L2CAP_RX_MTU; in bt_avdtp_l2cap_accept() 1312 session->current_sep->chan.rx.mtu = BT_L2CAP_RX_MTU; in bt_avdtp_l2cap_accept()
|
| D | l2cap_br.c | 1101 BR_CHAN(chan)->rx.mtu = MIN(BR_CHAN(chan)->rx.mtu, BT_L2CAP_RX_MTU); in l2cap_br_conn_req()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
| D | main.c | 162 le_chan->rx.mps = BT_L2CAP_RX_MTU; in server_accept_cb() 347 .rx.mps = BT_L2CAP_RX_MTU, in connect_l2cap_channel() 374 .rx.mps = BT_L2CAP_RX_MTU, in connect_l2cap_ecred_channel()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/ |
| D | main.c | 24 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | att_internal.h | 28 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
|
| D | l2cap.c | 1204 if (chan->rx.mps > BT_L2CAP_RX_MTU) { in l2cap_chan_seg_recv_rx_init() 1206 chan->rx.mps = BT_L2CAP_RX_MTU; in l2cap_chan_seg_recv_rx_init() 1238 BT_L2CAP_RX_MTU); in l2cap_chan_rx_init() 3026 BT_L2CAP_RX_MTU)); in bt_l2cap_ecred_chan_reconfigure() 3061 if (!IN_RANGE(mps, BT_L2CAP_ECRED_MIN_MPS, BT_L2CAP_RX_MTU)) { in bt_l2cap_ecred_chan_reconfigure_explicit()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | vocs_client.c | 90 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in vocs_client_notify_handler() 309 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in vocs_client_read_output_desc_cb()
|
| D | aics_client.c | 104 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in aics_client_notify_handler() 498 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in aics_client_read_desc_cb()
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_l2cap.c | 371 mps = MIN(L2CAP_MPS, BT_L2CAP_RX_MTU); in reconfigure()
|
| D | btp_gatt.c | 1891 #define MAX_NOTIF_DATA (MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - 3)
|