Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dconn.c981 struct bt_conn *conn_lookup_handle(struct bt_conn *conns, size_t size, in conn_lookup_handle() function
1201 conn = conn_lookup_handle(acl_conns, ARRAY_SIZE(acl_conns), handle); in bt_conn_lookup_handle()
1208 conn = conn_lookup_handle(iso_conns, ARRAY_SIZE(iso_conns), handle); in bt_conn_lookup_handle()
1215 conn = conn_lookup_handle(sco_conns, ARRAY_SIZE(sco_conns), handle); in bt_conn_lookup_handle()