Searched refs:bt_a2dp_ep (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 88 static struct bt_a2dp_ep _name = \ 117 static struct bt_a2dp_ep _name = \ 137 static struct bt_a2dp_ep _name = \ 158 static struct bt_a2dp_ep _name = \ 327 struct bt_a2dp_ep { struct 381 struct bt_a2dp_ep **ep); 432 int (*config_req)(struct bt_a2dp *a2dp, struct bt_a2dp_ep *ep, 607 int bt_a2dp_register_ep(struct bt_a2dp_ep *ep, uint8_t media_type, uint8_t sep_type); 631 struct bt_a2dp_ep *local_ep; 633 struct bt_a2dp_ep *remote_ep; [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | a2dp.c | 127 struct bt_a2dp_ep *ep; in a2dp_get_capabilities_ind() 136 ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_get_capabilities_ind() 153 struct bt_a2dp_ep *ep; in a2dp_process_config_ind() 168 ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_process_config_ind() 271 struct bt_a2dp_ep *ep; in bt_a2dp_media_data_callback() 275 ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in bt_a2dp_media_data_callback() 295 struct bt_a2dp_ep *ep; in a2dp_ctrl_ind() 299 ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_ctrl_ind() 331 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_open_ind() 344 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_start_ind() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 36 static struct bt_a2dp_ep peer_sbc_endpoint = { 39 static struct bt_a2dp_ep *found_peer_sbc_endpoint; 40 static struct bt_a2dp_ep *registered_sbc_endpoint; 305 int app_config_req(struct bt_a2dp *a2dp, struct bt_a2dp_ep *ep, in app_config_req() 655 struct bt_a2dp_ep_info *info, struct bt_a2dp_ep **ep) in bt_a2dp_discover_peer_endpoint_cb()
|