Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MAX_CONN (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dticker.c26 #if defined(CONFIG_BT_MAX_CONN)
27 #define TICKERS_MAX (CONFIG_BT_MAX_CONN + 2)
A Dbt.c108 NET_BUF_POOL_DEFINE(sdp_client_pool, CONFIG_BT_MAX_CONN,
/AliOS-Things-master/components/ble_host/bt_host/host/
A Da2dp.c41 static struct bt_a2dp connection[CONFIG_BT_MAX_CONN];
60 for (i = 0; i < CONFIG_BT_MAX_CONN; i++) { in get_new_connection()
A Dsmp_null.c35 static struct bt_l2cap_le_chan bt_smp_pool[CONFIG_BT_MAX_CONN];
A Dhfp_hf.c34 NET_BUF_POOL_FIXED_DEFINE(hf_pool, CONFIG_BT_MAX_CONN + 1,
37 static struct bt_hfp_hf bt_hfp_hf_pool[CONFIG_BT_MAX_CONN];
A Dgatt.c75 #define SUB_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
221 #define SC_CFG_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
448 #define CF_CFG_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
963 struct bt_conn *conn_list[CONFIG_BT_MAX_CONN];
984 for (size_t i = 0; i < CONFIG_BT_MAX_CONN; i++) { in gatt_ccc_conn_queue_is_empty()
998 for (size_t i = 0; i < CONFIG_BT_MAX_CONN; i++) { in ccc_delayed_store()
1686 static struct net_buf *nfy_mult[CONFIG_BT_MAX_CONN];
2216 static struct bt_gatt_indicate_params sc_restore_params[CONFIG_BT_MAX_CONN];
A Dsdp.c69 static struct bt_sdp bt_sdp_pool[CONFIG_BT_MAX_CONN];
72 NET_BUF_POOL_FIXED_DEFINE(sdp_pool, CONFIG_BT_MAX_CONN,
93 static struct bt_sdp_client bt_sdp_client_pool[CONFIG_BT_MAX_CONN];
A Datt.c132 struct bt_att att_slab[CONFIG_BT_MAX_CONN];
133 #define k_mem_slab_alloc_att(att) k_mem_slab_alloc(att_slab, att, CONFIG_BT_MAX_CONN)
134 struct bt_att_chan chan_slab[CONFIG_BT_MAX_CONN * ATT_CHAN_MAX];
135 #define k_mem_slab_alloc_chan(chan) k_mem_slab_alloc(chan_slab, chan, CONFIG_BT_MAX_CONN * ATT_CHAN…
A Dl2cap_br.c85 NET_BUF_POOL_FIXED_DEFINE(br_sig_pool, CONFIG_BT_MAX_CONN,
97 static struct bt_l2cap_br bt_l2cap_br_pool[CONFIG_BT_MAX_CONN];
A Drfcomm.c60 NET_BUF_POOL_DEFINE(dummy_pool, CONFIG_BT_MAX_CONN, 0, 0, NULL);
65 static struct bt_rfcomm_session bt_rfcomm_pool[CONFIG_BT_MAX_CONN];
A Dconn.c72 static struct bt_conn conns[CONFIG_BT_MAX_CONN];
2769 __ASSERT(index < CONFIG_BT_MAX_CONN, "Invalid bt_conn pointer"); in bt_conn_index()
A Dhci_api.c1758 #define EV_COUNT (2 + (CONFIG_BT_MAX_CONN * 2))
A Dsmp.c276 static struct bt_smp_br bt_smp_br_pool[CONFIG_BT_MAX_CONN];
279 static struct bt_smp bt_smp_pool[CONFIG_BT_MAX_CONN];
A Dl2cap.c95 static struct bt_l2cap bt_l2cap_pool[CONFIG_BT_MAX_CONN];
A Dhci_core.c171 CONFIG_BT_MAX_CONN * sizeof(struct bt_hci_handle_count))
6078 #define EV_COUNT (2 + CONFIG_BT_MAX_CONN)
/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h99 #ifndef CONFIG_BT_MAX_CONN
100 #define CONFIG_BT_MAX_CONN 1 macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c111 } clients[CONFIG_BT_MAX_CONN] = {
112 [0 ... (CONFIG_BT_MAX_CONN - 1)] = {
119 static u8_t __noinit client_buf_data[CLIENT_BUF_SIZE * CONFIG_BT_MAX_CONN];
593 if (conn_count < CONFIG_BT_MAX_CONN) { in proxy_connected()
1216 if (conn_count == CONFIG_BT_MAX_CONN) { in gatt_proxy_advertise()
1327 if (!bt_mesh_is_provisioned() && (conn_count < CONFIG_BT_MAX_CONN)) { in bt_mesh_proxy_adv_start()
1364 if (bt_mesh_is_provisioned() && (conn_count < CONFIG_BT_MAX_CONN)) { in bt_mesh_proxy_adv_start()
A Dprovisioner_prov.c45 #ifndef CONFIG_BT_MAX_CONN
47 #define CONFIG_BT_MAX_CONN CONFIG_BT_ACL_CONNECTIONS macro
3367 if (CONFIG_BT_MESH_PBG_SAME_TIME > CONFIG_BT_MAX_CONN) { in provisioner_prov_init()
/AliOS-Things-master/components/ble_mesh/
A Dbt_defconfig19 CONFIG_BT_MAX_CONN=2
A Dbt_preconfig23 CONFIG_BT_MAX_CONN=1
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig19 CONFIG_BT_MAX_CONN=2
A Dbt_preconfig23 CONFIG_BT_MAX_CONN=1
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h561 #define BT_GATT_CCC_MAX (CONFIG_BT_MAX_CONN)
563 #define BT_GATT_CCC_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h246 struct bt_gatt_ccc_cfg_t cfg[CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN];
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c98 NET_BUF_POOL_DEFINE(sdp_client_pool, CONFIG_BT_MAX_CONN,

Completed in 76 milliseconds