Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.h46 struct bt_bap_ep *end_points[BTP_BAP_UNICAST_MAX_END_POINTS_COUNT]; member
Dbtp_bap_unicast.c139 for (size_t i = 0; i < ARRAY_SIZE(conn->end_points); i++) { in btp_bap_unicast_end_point_find()
141 struct bt_bap_ep *ep = conn->end_points[i]; in btp_bap_unicast_end_point_find()
869 u_conn->end_points[u_conn->end_points_count++] = ep; in endpoint_cb()