Matthias Ringwald
|
5f5dcb67c4
|
att_db: use bool for internal functions
|
2023-12-04 18:39:57 +01:00 |
|
Matthias Ringwald
|
4a049df246
|
btstack_uart_block_embedded: use bool for flags
|
2023-12-04 18:34:10 +01:00 |
|
Matthias Ringwald
|
c5dd676df1
|
sdp_util: use bool from uuid_has_bluetooth_prefix
|
2023-12-04 18:32:18 +01:00 |
|
Matthias Ringwald
|
8933879e74
|
btstack_util: return bool for uuid_has_bluetooth_prefix
|
2023-12-04 18:18:54 +01:00 |
|
Matthias Ringwald
|
5237705876
|
gatt_client: use bool for send_confirmation
|
2023-12-04 18:12:42 +01:00 |
|
Matthias Ringwald
|
2197dbaf91
|
gatt_client: use bool for wait_for_authentication_complete
|
2023-12-04 18:12:03 +01:00 |
|
Matthias Ringwald
|
ab415e75b2
|
gatt_client: use bool for filter_with_uuid
|
2023-12-04 18:10:16 +01:00 |
|
Matthias Ringwald
|
4ab476746f
|
att_server: use bool for ir_lookup_active and pairing_active
|
2023-12-04 18:06:17 +01:00 |
|
Matthias Ringwald
|
c7ceba5914
|
gap: use bool for gap_reconnect_security_setup_active
|
2023-12-04 18:03:21 +01:00 |
|
Matthias Ringwald
|
bc6a318f21
|
Avoid __ prefix in defines
|
2023-12-04 17:48:14 +01:00 |
|
Matthias Ringwald
|
7b2a466a2f
|
btstack_event: fix warning for calling little_endian_read with unsigned offset
|
2023-12-04 17:40:23 +01:00 |
|
Matthias Ringwald
|
ca1a07f42d
|
btstack_event: fix warning for calling little_endian_read with unsigned offset
|
2023-12-04 17:35:05 +01:00 |
|
Matthias Ringwald
|
05acf48bf1
|
hci: log message when workaround for missing command complete/status is triggered
|
2023-11-30 11:46:01 +01:00 |
|
Matthias Ringwald
|
2761cb84b5
|
cycling_power_service_server: remove nested switch cases
|
2023-11-30 11:06:20 +01:00 |
|
Matthias Ringwald
|
478122c124
|
example: remove nested switch cases
|
2023-11-30 11:06:06 +01:00 |
|
Matthias Ringwald
|
94e69787da
|
att_server: forward HCI_SUBEVENT_LE_CONNECTION_COMPLETE for backwards compatibility
|
2023-11-30 11:04:33 +01:00 |
|
Dirk Helbig
|
3548b7cb21
|
cmake: fix warnings, code cleanup
|
2023-11-30 07:43:49 +01:00 |
|
Matthias Ringwald
|
b5232cd8d2
|
example/le_audio_demo_util_source: fix mod player for higher sample rates
|
2023-11-28 20:36:34 +01:00 |
|
Matthias Ringwald
|
fb5a871d30
|
hci_dump_posix_fs: improve iso summary
|
2023-11-28 20:32:47 +01:00 |
|
Matthias Ringwald
|
062276f92b
|
hci: fix receive of iso packets
|
2023-11-28 20:32:47 +01:00 |
|
Dirk Helbig
|
9d8b6c8925
|
example: fixed include typo
|
2023-11-28 14:18:28 +01:00 |
|
Matthias Ringwald
|
55743d6838
|
bluedroid/encoder: move ShiftCounter into SBC_ENC_PARAMS
|
2023-11-27 17:29:19 +01:00 |
|
Matthias Ringwald
|
c0ca5c25f5
|
bluedroid/encoder: move EncMaxShiftCounter into SBC_ENC_PARAMS
|
2023-11-27 17:29:19 +01:00 |
|
Matthias Ringwald
|
31f5917009
|
bluedroid/encoder: move global state from sbc_analysis into SBC_ENC_PARAMS
|
2023-11-27 17:28:57 +01:00 |
|
Matthias Ringwald
|
1d3a1229eb
|
bluedroid/encoder: pass SBC_ENC_PARAMS into SbcAnalysisInit
|
2023-11-27 17:28:57 +01:00 |
|
Matthias Ringwald
|
ced70f9bfe
|
bluedroid/encoder: delete commented sbc scramble code
|
2023-11-27 17:25:01 +01:00 |
|
Matthias Ringwald
|
2936a8054e
|
example/sco_demo_util: revert accidental change to sine input
|
2023-11-27 17:15:12 +01:00 |
|
Matthias Ringwald
|
91036612eb
|
hci: fix build
|
2023-11-27 12:17:14 +01:00 |
|
Matthias Ringwald
|
f48a558634
|
hci: add workaround for Controllers that fail to send command complete/status for connection that does not get established
|
2023-11-27 12:08:26 +01:00 |
|
Matthias Ringwald
|
515f33be6f
|
sm: fix lookup of resolved identity addresses
|
2023-11-23 16:34:15 +01:00 |
|
Matthias Ringwald
|
920a6ac515
|
hci: enable le enhanced connection complete event
|
2023-11-23 16:33:42 +01:00 |
|
Matthias Ringwald
|
e4def79770
|
hci: fix length field of GAP_SUBEVENT_LE_CONNECTION_COMPLETE
|
2023-11-23 15:39:17 +01:00 |
|
Matthias Ringwald
|
5d6688b0c0
|
hci: add ENABLE_LE_ENHANCED_CONNECTION_COMPLETE_EVENT
|
2023-11-23 15:06:40 +01:00 |
|
Matthias Ringwald
|
028ead5ee6
|
hci: configure Classic ACL packet types with hci_enable_acl_packet_types
|
2023-11-23 11:23:11 +01:00 |
|
Matthias Ringwald
|
67955da46a
|
bluetooth: list ACL packet types
|
2023-11-23 11:06:10 +01:00 |
|
Matthias Ringwald
|
7cea546343
|
test: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE
|
2023-11-23 10:37:00 +01:00 |
|
Matthias Ringwald
|
73a7b814a1
|
port: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE
|
2023-11-23 10:37:00 +01:00 |
|
Matthias Ringwald
|
bba4819655
|
example: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE
|
2023-11-23 10:28:53 +01:00 |
|
Matthias Ringwald
|
9d1eff910d
|
core: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE
|
2023-11-23 10:28:53 +01:00 |
|
Matthias Ringwald
|
ebd1b97964
|
hci: emit GAP_SUBEVENT_LE_CONNECTION_COMPLETE for gap_connect_cancel
|
2023-11-23 10:28:53 +01:00 |
|
Matthias Ringwald
|
a921243761
|
hci: extract hci_create_gap_connection_complete_event
|
2023-11-23 10:28:53 +01:00 |
|
Matthias Ringwald
|
98e0165d74
|
hci: emit GAP_SUBEVENT_LE_CONNECTION_COMPLETE for all le connection complete variants
|
2023-11-23 10:17:01 +01:00 |
|
Matthias Ringwald
|
32677da5e6
|
btstack_event: define GAP_SUBEVENT_LE_CONNECTION_COMPLETE
|
2023-11-23 10:17:00 +01:00 |
|
Matthias Ringwald
|
4dcab8b687
|
hci: move past init from create_connection_for_bd_addr_and_type into hci_connection_init
|
2023-11-22 16:20:43 +01:00 |
|
Matthias Ringwald
|
9cb529638d
|
hci: return command disallowed in gap_connect() without emitting connection complete
|
2023-11-22 16:19:07 +01:00 |
|
Matthias Ringwald
|
92f8d6b610
|
sm: fix build
|
2023-11-20 14:11:55 +01:00 |
|
Matthias Ringwald
|
db88441f67
|
sm: enable support for LE Secure Connection debug keys for testing
|
2023-11-20 14:08:30 +01:00 |
|
Matthias Ringwald
|
c2cab3fe94
|
port: update Makefile builds for embedded
|
2023-11-17 16:33:45 +01:00 |
|
Matthias Ringwald
|
046d88ffdf
|
example: fix Makefile build
|
2023-11-17 15:54:04 +01:00 |
|
Matthias Ringwald
|
a2e0d05dee
|
changelog: update
|
2023-11-17 15:15:14 +01:00 |
|