Searched refs:bt_conn_tx_cb_t (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | l2cap_br_interface.h | 44 int bt_l2cap_br_chan_send_cb(struct bt_l2cap_chan *chan, struct net_buf *buf, bt_conn_tx_cb_t cb, 51 bt_conn_tx_cb_t cb, void *user_data);
|
| D | l2cap_br.c | 309 bt_conn_tx_cb_t cb, void *user_data) in bt_l2cap_br_send_cb() 1921 int bt_l2cap_br_chan_send_cb(struct bt_l2cap_chan *chan, struct net_buf *buf, bt_conn_tx_cb_t cb, in bt_l2cap_br_chan_send_cb()
|
| D | rfcomm.c | 331 bt_conn_tx_cb_t cb, void *user_data) in rfcomm_send_cb()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | conn_internal.h | 189 typedef void (*bt_conn_tx_cb_t)(struct bt_conn *conn, void *user_data, int err); typedef 194 bt_conn_tx_cb_t cb; 296 bt_conn_tx_cb_t *cb, void **ud); 379 bt_conn_tx_cb_t cb, void *user_data); 388 bt_conn_tx_cb_t cb, bool has_ts);
|
| D | l2cap_internal.h | 216 bt_conn_tx_cb_t cb, void *user_data);
|
| D | conn.c | 67 bt_conn_tx_cb_t cb = tx->cb; in conn_tx_destroy() 282 bt_conn_tx_cb_t cb; in tx_notify_process() 976 bt_conn_tx_cb_t *cb, void **ud) in acl_get_and_clear_cb() 991 bt_conn_tx_cb_t cb, in destroy_and_callback() 1028 bt_conn_tx_cb_t cb = NULL; in bt_conn_tx_processor()
|
| D | smp.c | 886 bt_conn_tx_cb_t cb) in smp_br_send() 1871 bt_conn_tx_cb_t cb, void *user_data) in smp_send()
|
| D | l2cap.c | 726 bt_conn_tx_cb_t cb, void *user_data) in bt_l2cap_send_pdu()
|
| D | iso.c | 163 static void iso_get_and_clear_cb(struct bt_conn *conn, struct net_buf *buf, bt_conn_tx_cb_t *cb, in iso_get_and_clear_cb()
|