Home
last modified time | relevance | path

Searched refs:bt_conn_new (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h432 struct bt_conn *bt_conn_new(struct bt_conn *conns, size_t size);
Dconn.c342 struct bt_conn *bt_conn_new(struct bt_conn *conns, size_t size) in bt_conn_new() function
2289 return bt_conn_new(acl_conns, ARRAY_SIZE(acl_conns)); in acl_conn_new()
2301 return bt_conn_new(sco_conns, ARRAY_SIZE(sco_conns)); in sco_conn_new()
Diso.c177 struct bt_conn *iso = bt_conn_new(iso_conns, ARRAY_SIZE(iso_conns)); in iso_new()