Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h275 #ifndef CONFIG_BT_L2CAP_TX_MTU
277 #define CONFIG_BT_L2CAP_TX_MTU 65 macro
279 #define CONFIG_BT_L2CAP_TX_MTU 23 macro
/AliOS-Things-master/components/ble_mesh/
A Dbt_preconfig47 CONFIG_BT_L2CAP_TX_MTU=23
56 CONFIG_BT_L2CAP_TX_MTU=247
A Dbt_defconfig42 CONFIG_BT_L2CAP_TX_MTU=23
/AliOS-Things-master/components/ble_host/
A Dbt_preconfig47 CONFIG_BT_L2CAP_TX_MTU=23
56 CONFIG_BT_L2CAP_TX_MTU=247
A Dbt_defconfig42 CONFIG_BT_L2CAP_TX_MTU=23
A DREADME.md264 …T_GATT_CLIENT配置。<br />GATT协商MTU大小,协商大小由配置项CONFIG_BT_L2CAP_RX_MTU与CONFIG_BT_L2CAP_TX_MTU的最小值以及对端设备的…
/AliOS-Things-master/components/ble_host/bt_host/host/
A Datt_internal.h13 #if BT_L2CAP_RX_MTU < CONFIG_BT_L2CAP_TX_MTU
16 #define BT_ATT_MTU CONFIG_BT_L2CAP_TX_MTU
A Dconn.c46 BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
54 #define FRAG_SIZE BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU)
A Dl2cap.c64 BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU), NULL);

Completed in 13 milliseconds