Searched refs:bt_conn_new (Results 1 – 3 of 3) sorted by relevance
432 struct bt_conn *bt_conn_new(struct bt_conn *conns, size_t size);
342 struct bt_conn *bt_conn_new(struct bt_conn *conns, size_t size) in bt_conn_new() function2289 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()
177 struct bt_conn *iso = bt_conn_new(iso_conns, ARRAY_SIZE(iso_conns)); in iso_new()