Home
last modified time | relevance | path

Searched refs:CONFIG_BT_ATT_TX_MAX (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h260 #ifndef CONFIG_BT_ATT_TX_MAX
261 #define CONFIG_BT_ATT_TX_MAX CONFIG_BT_L2CAP_TX_BUF_COUNT macro
422 #ifndef CONFIG_BT_ATT_TX_MAX
423 #define CONFIG_BT_ATT_TX_MAX 2 macro
/AliOS-Things-master/components/ble_mesh/
A Dbt_defconfig46 CONFIG_BT_ATT_TX_MAX=2
A Dbt_preconfig61 CONFIG_BT_ATT_TX_MAX=2
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig46 CONFIG_BT_ATT_TX_MAX=2
A Dbt_preconfig61 CONFIG_BT_ATT_TX_MAX=2
/AliOS-Things-master/components/ble_host/bt_host/host/
A Datt.c75 struct bt_att_req req_slab[CONFIG_BT_ATT_TX_MAX];
88 #define k_mem_slab_alloc_req(ptr) k_mem_slab_alloc(req_slab, ptr, CONFIG_BT_ATT_TX_MAX)
2455 for (i = 0; i < CONFIG_BT_ATT_TX_MAX; i++) { in att_chan_detach()
2684 k_sem_init(&chan->tx_sem, CONFIG_BT_ATT_TX_MAX, CONFIG_BT_ATT_TX_MAX); in att_chan_new()

Completed in 9 milliseconds