Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Da2dp.c26 #define LOG_MODULE_NAME bt_a2dp
36 struct bt_a2dp { struct
41 static struct bt_a2dp connection[CONFIG_BT_MAX_CONN]; argument
43 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()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Da2dp.h77 struct bt_a2dp;
90 struct bt_a2dp *bt_a2dp_connect(struct bt_conn *conn);

Completed in 5 milliseconds