Searched refs:bt_a2dp (Results 1 – 2 of 2) sorted by relevance
26 #define LOG_MODULE_NAME bt_a2dp36 struct bt_a2dp { struct41 static struct bt_a2dp connection[CONFIG_BT_MAX_CONN]; argument43 void a2d_reset(struct bt_a2dp *a2dp_conn) in a2d_reset()45 (void)memset(a2dp_conn, 0, sizeof(struct bt_a2dp)); in a2d_reset()48 struct bt_a2dp *get_new_connection(struct bt_conn *conn) in get_new_connection()85 struct bt_a2dp *a2dp_conn; in a2dp_accept()124 struct bt_a2dp *bt_a2dp_connect(struct bt_conn *conn) in bt_a2dp_connect()126 struct bt_a2dp *a2dp_conn; in bt_a2dp_connect()
77 struct bt_a2dp;90 struct bt_a2dp *bt_a2dp_connect(struct bt_conn *conn);
Completed in 3 milliseconds