Searched refs:BT_L2CAP_TX_MTU (Results 1 – 9 of 9) sorted by relevance
32 config BT_L2CAP_TX_MTU config
36 config BT_L2CAP_TX_MTU config
37 #define BT_L2CAP_TX_MTU (CONFIG_BT_L2CAP_TX_MTU) macro62 #define BT_L2CAP_SDU_TX_MTU (BT_L2CAP_TX_MTU - BT_L2CAP_SDU_HDR_SIZE)
24 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
28 config BT_L2CAP_TX_MTU config
28 #define BT_LOCAL_ATT_MTU_UATT MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU)
165 max_ntf_size = MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - att_ntf_header_size; in bass_notify_receive_state()
1891 #define MAX_NOTIF_DATA (MIN(BT_L2CAP_RX_MTU, BT_L2CAP_TX_MTU) - 3)