➜  btstack git:(develop-dle) ✗ cd port/posix-h4/
➜  posix-h4 git:(develop-dle) ✗ mkdir -p ninja
➜  posix-h4 git:(develop-dle) ✗ cd ninja
➜  ninja git:(develop-dle) ✗ cmake -G Ninja ..
HAVE_PORTAUDIO
CC256x: Download cc256xc_bt_sp_v1.5.zip
CC256x: Extract cc256xc_bt_sp_v1.5.zip
CC256x: bluetooth_init_cc2564C_1.5.c <- CC256XC_v1.5/v1.5/initscripts-TIInit_6.12.26.bts CC256XC_v1.5/v1.5/initscripts-TIInit_6.12.26_ble_add-on.bts
example audio_duplex
example audio_player
example led_counter
example mod_player
example sine_player
example a2dp_sink_demo
example a2dp_source_demo
example avrcp_browsing_client
example dut_mode_classic
example gap_dedicated_bonding
example gap_inquiry
example gap_link_keys
example hfp_ag_demo
example hfp_hf_demo
example hid_host_demo
example hid_keyboard_demo
example hid_mouse_demo
example hsp_ag_demo
example hsp_hs_demo
example pbap_client_demo
example sdp_bnep_query
example sdp_general_query
example sdp_rfcomm_query
example spp_counter
example spp_streamer
example spp_streamer_client
example ublox_spp_le_counter -- with GATT DB
example ancs_client_demo -- with GATT DB
example att_delayed_response -- with GATT DB
example gap_le_advertisements
example gatt_battery_query -- with GATT DB
example gatt_browser -- with GATT DB
example gatt_counter -- with GATT DB
example gatt_device_information_query -- with GATT DB
example gatt_heart_rate_client
example gatt_streamer_server -- with GATT DB
example hog_boot_host_demo
example hog_host_demo -- with GATT DB
example hog_keyboard_demo -- with GATT DB
example hog_mouse_demo -- with GATT DB
example le_credit_based_flow_control_mode_client
example le_credit_based_flow_control_mode_server -- with GATT DB
example le_mitm
example le_streamer_client
example nordic_spp_le_counter -- with GATT DB
example nordic_spp_le_streamer -- with GATT DB
example sm_pairing_central -- with GATT DB
example sm_pairing_peripheral -- with GATT DB
example spp_and_gatt_counter -- with GATT DB
example spp_and_gatt_streamer -- with GATT DB
-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/mringwal/btstack/port/posix-h4/ninja
➜  ninja git:(develop-dle) ✗ ninja
ninja: no work to do.
➜  ninja git:(develop-dle) ✗ ./le_streamer_client -u /dev/tty.usbmodemDBAC0BC348F31
Packet Log: /tmp/hci_dump_le_streamer_client_tty_usbmodemDBAC0BC348F31.pklg
Log format: HCI_DUMP_PACKETLOGGER
Device    : "/dev/tty.usbmodemDBAC0BC348F31"
Baudrate  : 115200
No specific address specified or found; start scanning for 'LE Streamer' advertisement.
Local version information:
- HCI Version    0x000d
- HCI Revision   0x5b0e
- LMP Version    0x000d
- LMP Subversion 0x5b0e
- Manufacturer 0x07e8
PacketCraft HCI Controller
BTstack up and running on C0:07:E8:65:14:2C.
TLV path: /tmp/btstack_C0-07-E8-65-14-2C.tlv
Start scanning!
Stop scan. Connect to device with addr F1:B0:07:49:78:AD.
Connection Interval: 10.00 ms
Connection Latency: 4
Search for LE Streamer service .
GATT Service Client discovery process started
A: ATT MTU = 1691 => use test data of len 200
Start streaming - request can send now.
A: Sent 25.600 kB/s, Received 25.000 kB/s => Total 50.600 kB/s
A: Sent 25.000 kB/s, Received 25.000 kB/s => Total 50.000 kB/s
A: Sent 24.900 kB/s, Received 24.900 kB/s => Total 49.800 kB/s
A: Sent 24.800 kB/s, Received 24.800 kB/s => Total 49.600 kB/s
A: Sent 24.526 kB/s, Received 24.526 kB/s => Total 49.052 kB/s
^CCTRL-C - SIGINT received, shutting down..
Disconnected F1:B0:07:49:78:AD
➜  ninja git:(develop-dle) ✗
