Home
last modified time | relevance | path

Searched defs:a2dp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c86 static void a2dp_reset(struct bt_a2dp *a2dp) in a2dp_reset()
130 struct bt_a2dp *a2dp = A2DP_AVDTP(session); in a2dp_connected() local
142 struct bt_a2dp *a2dp = A2DP_AVDTP(session); in a2dp_disconnected() local
188 struct bt_a2dp *a2dp = A2DP_AVDTP(session); in a2dp_set_config_ind() local
426 struct bt_a2dp *a2dp = OPEN_PARAM(OPEN_REQ(req)); in bt_a2dp_open_cb() local
452 struct bt_a2dp *a2dp = SET_CONF_PARAM(SET_CONF_REQ(req)); in bt_a2dp_set_config_cb() local
480 struct bt_a2dp *a2dp = GET_CAP_PARAM(GET_CAP_REQ(req)); in bt_a2dp_get_capabilities_cb() local
536 static int bt_a2dp_get_sep_caps(struct bt_a2dp *a2dp) in bt_a2dp_get_sep_caps()
573 struct bt_a2dp *a2dp = DISCOVER_PARAM(DISCOVER_REQ(req)); in bt_a2dp_discover_cb() local
626 struct bt_a2dp *a2dp = START_PARAM(START_REQ(req)); in bt_a2dp_start_cb() local
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Da2dp.c289 void app_connected(struct bt_a2dp *a2dp, int err) in app_connected()
299 void app_disconnected(struct bt_a2dp *a2dp) in app_disconnected()
305 int app_config_req(struct bt_a2dp *a2dp, struct bt_a2dp_ep *ep, in app_config_req()
587 static uint8_t bt_a2dp_discover_peer_endpoint_cb(struct bt_a2dp *a2dp, in bt_a2dp_discover_peer_endpoint_cb()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp.h606 struct bt_a2dp *a2dp; member