Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c672 struct bt_a2dp_discover_param discover_param = { variable
686 int err = bt_a2dp_discover(default_a2dp, &discover_param); in cmd_get_peer_eps()
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c33 CONTAINER_OF(_discover_param, struct bt_a2dp, discover_param)
62 struct bt_avdtp_discover_params discover_param; member
598 a2dp->discover_param.req.func = bt_a2dp_discover_cb; in bt_a2dp_discover()
600 err = bt_avdtp_discover(&a2dp->session, &a2dp->discover_param); in bt_a2dp_discover()