Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c34 #define GET_CAP_REQ(_req) CONTAINER_OF(_req, struct bt_avdtp_get_capabilities_params, req) macro
429 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()
Davdtp.c50 #define GET_CAP_REQ(_req) CONTAINER_OF(_req, struct bt_avdtp_get_capabilities_params, req) macro