15518 Commits

Author SHA1 Message Date
Matthias Ringwald
d8586c7d00 l2cap: extract l2cap_cbm_run_channel 2023-12-05 14:48:42 +01:00
Matthias Ringwald
d9f55599ce l2cap: check can send now for all cbm states 2023-12-05 14:37:50 +01:00
Matthias Ringwald
728f67579f sm: use bool for sm_set_request_security argument 2023-12-05 14:28:09 +01:00
Matthias Ringwald
d7dbf89112 sm: use bool for sm_connection_sc 2023-12-05 14:25:35 +01:00
Matthias Ringwald
5f3874afb2 sm: use bool for sm_pairing_requested 2023-12-05 14:23:41 +01:00
Matthias Ringwald
0dcaa15ff3 sm: use bool for sm_security_request_received 2023-12-05 14:21:42 +01:00
Matthias Ringwald
cd1176f5ad sm: enclose params to IS_RESPONDER 2023-12-05 13:04:39 +01:00
Matthias Ringwald
16e19888bb btstack_uart_block_embedded: use boolean in conditions 2023-12-05 12:23:48 +01:00
Matthias Ringwald
c7bead4678 hci: use bool in conditions 2023-12-05 12:18:43 +01:00
Matthias Ringwald
cf46700992 att_db_util: use bool in conditions 2023-12-05 12:18:23 +01:00
Matthias Ringwald
1d80f1e61a sm: use bool in conditions 2023-12-05 12:18:08 +01:00
Matthias Ringwald
79dbf8a432 btstack_uart_block_embedded: use boolean in conditions 2023-12-05 12:00:48 +01:00
Matthias Ringwald
ac1fb478fc btstack_run_loop_embedded: use bool for trigger_event_received 2023-12-05 11:58:40 +01:00
Matthias Ringwald
f688bdb8b9 Use boolean for conditionals 2023-12-04 18:42:47 +01:00
Matthias Ringwald
6777d8fd2c sm: use bool for internal functions and state vars 2023-12-04 18:41:31 +01:00
Matthias Ringwald
62f7b41d70 gatt_client: use bool for internal functions 2023-12-04 18:40:27 +01:00
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