Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1148 struct bt_conn *conn_lookup_handle(struct bt_conn *conns, size_t size, in conn_lookup_handle() function
1390 conn = conn_lookup_handle(acl_conns, ARRAY_SIZE(acl_conns), handle); in bt_conn_lookup_handle()
1397 conn = conn_lookup_handle(iso_conns, ARRAY_SIZE(iso_conns), handle); in bt_conn_lookup_handle()
1404 conn = conn_lookup_handle(sco_conns, ARRAY_SIZE(sco_conns), handle); in bt_conn_lookup_handle()