Home
last modified time | relevance | path

Searched refs:BT_L2CAP_TX_MTU (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/soc/ambiq/apollo3x/
DKconfig.defconfig.apollo3p_blue32 config BT_L2CAP_TX_MTU config
DKconfig.defconfig.apollo3_blue32 config BT_L2CAP_TX_MTU config
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/
DKconfig.defconfig36 config BT_L2CAP_TX_MTU config
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h37 #define BT_L2CAP_TX_MTU (CONFIG_BT_L2CAP_TX_MTU) macro
62 #define BT_L2CAP_SDU_TX_MTU (BT_L2CAP_TX_MTU - BT_L2CAP_SDU_HDR_SIZE)
/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/
DKconfig.l2cap28 config BT_L2CAP_TX_MTU config
Datt_internal.h28 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c165 max_ntf_size = MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - att_ntf_header_size; in bass_notify_receive_state()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1891 #define MAX_NOTIF_DATA (MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - 3)