Home
last modified time | relevance | path

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

/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
584 a2dp->discover_param.req.func = bt_a2dp_discover_cb; in bt_a2dp_discover()
585 a2dp->discover_param.buf = NULL; in bt_a2dp_discover()
586 err = bt_avdtp_discover(&a2dp->session, &a2dp->discover_param); in bt_a2dp_discover()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c671 struct bt_a2dp_discover_param discover_param = { variable
685 int err = bt_a2dp_discover(default_a2dp, &discover_param); in cmd_get_peer_eps()