Searched refs:sent_cmd (Results 1 – 3 of 3) sorted by relevance
103 static struct net_buf *sent_cmd; variable158 buf = sent_cmd; in bt_buf_get_cmd_complete()159 sent_cmd = NULL; in bt_buf_get_cmd_complete()264 if (sent_cmd) { in send_cmd()266 net_buf_unref(sent_cmd); in send_cmd()267 sent_cmd = NULL; in send_cmd()270 sent_cmd = net_buf_ref(buf); in send_cmd()280 net_buf_unref(sent_cmd); in send_cmd()281 sent_cmd = NULL; in send_cmd()
224 struct net_buf *sent_cmd; member
5840 if (bt_dev.sent_cmd) { in send_cmd()5842 net_buf_unref(bt_dev.sent_cmd); in send_cmd()5843 bt_dev.sent_cmd = NULL; in send_cmd()5846 bt_dev.sent_cmd = net_buf_ref(buf); in send_cmd()5856 net_buf_unref(bt_dev.sent_cmd); in send_cmd()5857 bt_dev.sent_cmd = NULL; in send_cmd()9561 buf = bt_dev.sent_cmd; in bt_buf_get_cmd_complete()9562 bt_dev.sent_cmd = NULL; in bt_buf_get_cmd_complete()
Completed in 20 milliseconds