Home
last modified time | relevance | path

Searched refs:L2CAP_MPS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c22 #define L2CAP_MPS 96 macro
23 #define DATA_MTU (3 * L2CAP_MPS)
24 #define DATA_MTU_INITIAL (2 * L2CAP_MPS)
267 chan->le.rx.mps = L2CAP_MPS; in connect()
371 mps = MIN(L2CAP_MPS, BT_L2CAP_RX_MTU); in reconfigure()
506 chan->le.rx.mps = L2CAP_MPS; in accept()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c19 #define L2CAP_MPS CONFIG_BT_L2CAP_TX_MTU macro
21 #define SDU_LEN (2 * L2CAP_MPS)
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c17 #define L2CAP_MPS CONFIG_BT_L2CAP_TX_MTU macro
19 #define SDU_LEN (2 * L2CAP_MPS)
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c446 .L2CAP_MPS = CFG_BLE_COC_MPS_MAX, in bt_hci_stm32wb0_open()