Searched refs:bt_conn_tx_cb_t (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn_internal.h | 95 typedef void (*bt_conn_tx_cb_t)(struct bt_conn *conn, void *user_data); typedef 100 bt_conn_tx_cb_t cb; 176 bt_conn_tx_cb_t cb, void *user_data);
|
A D | att_internal.h | 294 int bt_att_send(struct bt_conn *conn, struct net_buf *buf, bt_conn_tx_cb_t cb,
|
A D | l2cap_internal.h | 322 bt_conn_tx_cb_t cb, void *user_data);
|
A D | conn.c | 314 bt_conn_tx_cb_t cb; in tx_notify() 1325 bt_conn_tx_cb_t cb, void *user_data) in bt_conn_send_cb()
|
A D | smp.c | 1033 bt_conn_tx_cb_t cb) in smp_br_send() 1878 bt_conn_tx_cb_t cb, void *user_data) in smp_send()
|
A D | l2cap.c | 588 bt_conn_tx_cb_t cb, void *user_data) in bt_l2cap_send_cb()
|
A D | att.c | 2864 int bt_att_send(struct bt_conn *conn, struct net_buf *buf, bt_conn_tx_cb_t cb, in bt_att_send()
|
Completed in 27 milliseconds