commit | f783e541608ad5c747a18c62ec20e0acd73dceef | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Tue Mar 18 13:59:51 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 20 14:23:02 2025 +0100 |
tree | a53666f7291908c85f419f3e7f13c2030e1fc78f | |
parent | b6d32b94a0a11514ab92516403d433e97f540ca0 [diff] |
tests: Bluetooth: Tester: Add mutex for uart_send Since tester_send_with_index may be called in different threads, we need to guard the 2 calls to uart_send to avoid sending partial btp message from 2 or more threads. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>