Home
last modified time | relevance | path

Searched refs:BT_L2CAP_RX_MTU (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/soc/ambiq/apollo3x/
DKconfig.defconfig.apollo3p_blue31 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
DKconfig.defconfig.apollo3_blue31 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/
DKconfig.defconfig38 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h40 #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/
Davctp.c148 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()
Davdtp.c210 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()
Dl2cap_br.c1101 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/
Dmain.c162 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/
Dmain.c24 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h28 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
Dl2cap.c1204 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/
Dvocs_client.c90 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()
Daics_client.c104 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/
Dbtp_l2cap.c371 mps = MIN(L2CAP_MPS, BT_L2CAP_RX_MTU); in reconfigure()
Dbtp_gatt.c1891 #define MAX_NOTIF_DATA (MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - 3)