Home
last modified time | relevance | path

Searched refs:CONFIG_BT_ACL_RX_COUNT (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h239 #ifndef CONFIG_BT_ACL_RX_COUNT
240 #define CONFIG_BT_ACL_RX_COUNT 6 macro
/AliOS-Things-master/components/ble_mesh/
A Dbt_preconfig43 CONFIG_BT_ACL_RX_COUNT=6
52 CONFIG_BT_ACL_RX_COUNT=6
A Dbt_defconfig38 CONFIG_BT_ACL_RX_COUNT=6
/AliOS-Things-master/components/ble_host/
A Dbt_preconfig43 CONFIG_BT_ACL_RX_COUNT=6
52 CONFIG_BT_ACL_RX_COUNT=6
A Dbt_defconfig38 CONFIG_BT_ACL_RX_COUNT=6
/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm.c41 #define RFCOMM_MAX_CREDITS (CONFIG_BT_ACL_RX_COUNT - 1)
A Dl2cap.c37 #define L2CAP_LE_MAX_CREDITS (CONFIG_BT_ACL_RX_COUNT - 1)
A Dhci_core.c287 NET_BUF_POOL_DEFINE(acl_in_pool, CONFIG_BT_ACL_RX_COUNT, ACL_IN_SIZE,
2910 hbs->acl_pkts = sys_cpu_to_le16(CONFIG_BT_ACL_RX_COUNT); in set_flow_control()
2933 …host_buffer_size(CONFIG_BT_L2CAP_RX_MTU+sizeof(struct bt_l2cap_hdr), 0, CONFIG_BT_ACL_RX_COUNT, 0); in set_flow_control()

Completed in 22 milliseconds