➜  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.4s)
-- Generating done (0.1s)
-- 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) ✗ ./gatt_streamer_server -u /dev/tty.usbmodem0010577577423 --baud 1000000
Packet Log: /tmp/hci_dump_gatt_streamer_server_tty_usbmodem0010577577423.pklg
Log format: HCI_DUMP_PACKETLOGGER
Device    : "/dev/tty.usbmodem0010577577423"
Baudrate  : 1000000
Local version information:
- HCI Version    0x0010
- HCI Revision   0x3020
- LMP Version    0x0010
- LMP Subversion 0x3020
- Manufacturer 0x0059
Nordic Semiconductor nRF5 chipset.
BTstack up and running on F1:B0:07:49:78:AD.
TLV path: /tmp/btstack_F1-B0-07-49-78-AD.tlv
To start the streaming, please run the le_streamer_client example on other device, or use some GATT Explorer, e.g. LightBlue, BLExplr.
A: ATT connected, handle 0x000f, test data len 20
- LE Connection 0x000f: connected - connection interval 10.00 ms, latency 4
A: ATT MTU = 1688 => use test data of len 200
A: Notifications enabled 1
A: Sent 25.324 kB/s, Received 24.526 kB/s => Total 49.850 kB/s
A: Sent 25.000 kB/s, Received 25.000 kB/s => Total 50.000 kB/s
A: Sent 24.925 kB/s, Received 24.925 kB/s => Total 49.850 kB/s
A: Sent 24.800 kB/s, Received 24.800 kB/s => Total 49.600 kB/s
A: Sent 24.477 kB/s, Received 24.477 kB/s => Total 48.954 kB/s
A: ATT disconnected, handle 0x000f
- LE Connection 0x000f: disconnect, reason 13
^CCTRL-C - SIGINT received, shutting down..
➜  ninja git:(develop-dle) ✗
