Searched refs:GET_CAP_REQ (Results 1 – 2 of 2) sorted by relevance
34 #define GET_CAP_REQ(_req) CONTAINER_OF(_req, struct bt_avdtp_get_capabilities_params, req) macro429 struct bt_a2dp *a2dp = GET_CAP_PARAM(GET_CAP_REQ(req)); in bt_a2dp_get_capabilities_cb()434 if (GET_CAP_REQ(req) != &a2dp->get_capabilities_param || buf == NULL) { in bt_a2dp_get_capabilities_cb()
50 #define GET_CAP_REQ(_req) CONTAINER_OF(_req, struct bt_avdtp_get_capabilities_params, req) macro