| commit | a64d20f6f08bd1293e21da5d11497c82fe10b638 | [log] [tgz] |
|---|---|---|
| author | Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no> | Wed Apr 03 11:11:26 2024 +0200 |
| committer | Anas Nashif <anas.nashif@intel.com> | Sat Apr 13 07:05:20 2024 -0400 |
| tree | 0851178b2c35b057625d20da89cb00c8a8f66787 | |
| parent | 78ddcdd6faf3670a744111ac280cf2666ba4fa96 [diff] |
Bluetooth: host: sched-lock `bt_recv()` `bt_recv` is invoked from the BT long work queue, which is preemptible. The host uses cooperative scheduling to ensure thread safety. Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>