Searched refs:discover_param (Results 1 – 2 of 2) sorted by relevance
33 CONTAINER_OF(_discover_param, struct bt_a2dp, discover_param)62 struct bt_avdtp_discover_params discover_param; member584 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()
671 struct bt_a2dp_discover_param discover_param = { variable685 int err = bt_a2dp_discover(default_a2dp, &discover_param); in cmd_get_peer_eps()