Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c49 #define GET_CAP_REQ(_req) CONTAINER_OF(_req, struct bt_avdtp_get_capabilities_params, req) macro
315 GET_CAP_REQ(session->req)->buf = NULL; in avdtp_get_capabilities_handler()
318 GET_CAP_REQ(session->req)->status = 0; in avdtp_get_capabilities_handler()
320 GET_CAP_REQ(session->req)->buf = buf; in avdtp_get_capabilities_handler()
323 GET_CAP_REQ(session->req)->status = net_buf_pull_u8(buf); in avdtp_get_capabilities_handler()
325 GET_CAP_REQ(session->req)->status = BT_AVDTP_NOT_SUPPORTED_COMMAND; in avdtp_get_capabilities_handler()
761 GET_CAP_REQ(req)->status = BT_AVDTP_TIME_OUT; in avdtp_timeout()
Da2dp.c34 #define GET_CAP_REQ(_req) CONTAINER_OF(_req, struct bt_avdtp_get_capabilities_params, req) macro
480 struct bt_a2dp *a2dp = GET_CAP_PARAM(GET_CAP_REQ(req)); in bt_a2dp_get_capabilities_cb()