mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 21:40:04 +00:00
test/le_audio: use pts default broadcast code
This commit is contained in:
parent
c3d56f70bb
commit
166aee1908
@ -97,7 +97,7 @@ static uint16_t broadcast_source_pa_interval;
|
||||
// broadcast info
|
||||
static hci_con_handle_t sync_handle;
|
||||
static uint8_t encryption;
|
||||
static uint8_t broadcast_code [] = {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01};
|
||||
static uint8_t broadcast_code [] = {0x01, 0x02, 0x68, 0x05, 0x53, 0xF1, 0x41, 0x5A, 0xA2, 0x65, 0xBB, 0xAF, 0xC6, 0xEA, 0x03, 0xB8, };
|
||||
static uint8_t num_bis;
|
||||
static uint32_t sampling_frequency_hz;
|
||||
static btstack_lc3_frame_duration_t frame_duration;
|
||||
|
@ -261,7 +261,7 @@ static uint16_t sine_phases[MAX_NUM_BIS];
|
||||
|
||||
// encryption
|
||||
static uint8_t encryption = 0;
|
||||
static uint8_t broadcast_code [] = {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01};
|
||||
static uint8_t broadcast_code [] = {0x01, 0x02, 0x68, 0x05, 0x53, 0xF1, 0x41, 0x5A, 0xA2, 0x65, 0xBB, 0xAF, 0xC6, 0xEA, 0x03, 0xB8, };
|
||||
|
||||
// audio producer
|
||||
static enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user