13222 Commits

Author SHA1 Message Date
Milanka Ringwald
17eda062f3 test: fix BMS test 2021-09-30 14:22:52 +02:00
Milanka Ringwald
35facaddd1 gatt-service: implement MICS Client 2021-09-28 16:15:13 +02:00
Milanka Ringwald
01b628dca3 pts: add BMS tests docu 2021-09-28 16:15:13 +02:00
Milanka Ringwald
82fa854186 gatt_services/BMS: update error handling code 2021-09-28 16:15:13 +02:00
Milanka Ringwald
a644f869d1 gatt_service/tx_power: implement notify 2021-09-28 16:15:13 +02:00
Milanka Ringwald
fc8e1652dc gatt_service/battery_client: rename variable 2021-09-28 16:15:13 +02:00
Milanka Ringwald
f229ad0a0f gatt_service: move gatt_microphone_control_mute_t to bluetooth.h 2021-09-28 16:15:13 +02:00
Matthias Ringwald
0dfa621783 hci: fix build without classic support 2021-09-28 14:46:40 +02:00
Matthias Ringwald
25902c9660 hci: emit HCI_STATE_WORKING after pending gap tasks have been completed 2021-09-28 14:40:03 +02:00
Matthias Ringwald
ab4831a308 hci: extract hci_run_gap_tasks_classic 2021-09-28 14:40:03 +02:00
Matthias Ringwald
27741fe78f hci: convert write page scan activity and type in to gap tasks 2021-09-28 14:40:03 +02:00
Matthias Ringwald
bc2dcc0353 hci: convert write scan enable into gap task 2021-09-28 14:37:17 +02:00
Matthias Ringwald
7ffc99325d hci: swap write page timeout with write scan enable 2021-09-28 14:37:17 +02:00
Matthias Ringwald
6fad2c3769 port: drop support for iOS 2021-09-28 14:37:17 +02:00
Matthias Ringwald
308eeaffaa gap: ENABLE_EXPLICIT_LINK_KEY_REPLY allows for asynchronous link key lookup by application 2021-09-27 14:46:52 +02:00
Matthias Ringwald
63c0b2fd6d hci: move link key lookup from hci_run into event handler 2021-09-27 14:41:51 +02:00
Matthias Ringwald
4f9a3f7e16 gap: document byte format for oob data 2021-09-27 09:50:08 +02:00
Matthias Ringwald
1e7371ded8 hci: fix build without ENABLE_CLASSIC_PAIRING_OOB 2021-09-24 11:34:09 +02:00
Matthias Ringwald
cb439cf1f2 hci: reset OOB data on pairing complete and disconnect 2021-09-24 11:30:58 +02:00
Matthias Ringwald
58026f5a53 CC256x: use sizeof in generated init script file 2021-09-24 09:03:14 +02:00
Matthias Ringwald
01f72e3df4 CC2564C: update for Service Pack v1.5. Use CC2564C version in most ports 2021-09-23 11:42:23 +02:00
Milanka Ringwald
5c562e5771 gatt_client: support Microphone Control Service Server 2021-09-21 14:10:42 +02:00
Milanka Ringwald
7a38be12a5 battery_service: improve docu 2021-09-21 14:09:09 +02:00
Milanka Ringwald
987989bd15 gatt: add tool for processing UUID list, update defines 2021-09-21 14:09:09 +02:00
Matthias Ringwald
b5d6d34ae1 btstack_sbc_decoder_bluedroid: extract btstack_sbc_decoder_drop_processed_bytes 2021-09-21 10:03:03 +02:00
Matthias Ringwald
c61814e802 btstack_sbc_decoder_bluedroid: correct remove processed bytes 2021-09-21 09:56:51 +02:00
Matthias Ringwald
ff7ad8fbcc btstack_sbc_decoder_bluedroid: remove stray spaces 2021-09-21 09:30:32 +02:00
Matthias Ringwald
58fb2150d9 readme: add BMS and TPS 2021-09-19 16:12:50 +02:00
Milanka Ringwald
0317c1b4b7 bond_management: add unit tests 2021-09-19 16:08:17 +02:00
Milanka Ringwald
1c7aea60f8 pbap_client: update API docu 2021-09-16 16:44:37 +02:00
Milanka Ringwald
35fe15fcb7 pbap_client: assert PBAP_CONNECTED state 2021-09-16 16:44:11 +02:00
Milanka Ringwald
721ddaa57f pbap_client: return ERROR_CODE_SUCCESS instead of 0 2021-09-16 16:43:20 +02:00
Milanka Ringwald
ac27f3f217 pbap_client: fix parameter name 2021-09-16 16:42:41 +02:00
Milanka Ringwald
e166b1e8c6 pbap_client: use ERROR_CODE_SUCCESS status instead of 0 2021-09-16 15:09:49 +02:00
Milanka Ringwald
b3d2643615 gatt_service: implement Bond Management Service Server 2021-09-16 14:41:55 +02:00
Milanka Ringwald
44bb45f308 gatt_service: implement TX Power Service Server 2021-09-16 14:41:55 +02:00
Matthias Ringwald
9e81dea27f changelog: add tested br/edr protocols 2021-09-15 10:13:52 +02:00
Matthias Ringwald
b892db1cf5 fix build with ENABLE_BLE and without ENABLE_CENTRAL 2021-09-15 09:52:05 +02:00
Matthias Ringwald
8cc1507e0f gap: reset stack pairing state on hci command complete 2021-09-13 17:43:44 +02:00
Matthias Ringwald
459d27b929 hci: reset connection struct on disconnection complete event for potential create connection triggered by user 2021-09-13 17:17:15 +02:00
Matthias Ringwald
aee5d5c18b hci: extract hci_connection_init, reset con handle and role on create connection 2021-09-13 17:11:56 +02:00
Matthias Ringwald
1ab2dc5873 hci: stop timers early on hci disconnection complete 2021-09-13 17:00:02 +02:00
Matthias Ringwald
2076cfd2b5 l2cap: send connection pending if remote features are not available for incoming connection 2021-09-13 15:27:39 +02:00
Matthias Ringwald
b2e1493cec l2cap: add prototype for l2cap_handle_security_level_incoming_sufficient 2021-09-13 15:08:15 +02:00
Matthias Ringwald
67d696b32a l2cap: track conn request pending sent 2021-09-13 15:07:43 +02:00
Matthias Ringwald
e777ec9519 l2cap: use #defines for L2CAP_CHANNEL_STATE_VAR_INCOMING 2021-09-13 14:40:15 +02:00
Matthias Ringwald
61d1a45e7d sm: fix unused warning 2021-09-13 14:20:11 +02:00
Matthias Ringwald
1fe968f58e gap: only check for MITM potential if required and OOB not supported
Also skip if ENABLE_EXPLICIT_IO_CAPABILITIES_REPLY defined
2021-09-13 14:13:16 +02:00
Matthias Ringwald
2dd8985bcc gap: don't wait for remote feature complete before responding to io capabilities request
if features are not available, skip SC check if level 4 is required. security level will be evaluated again on encryption complete
2021-09-13 14:08:33 +02:00
Matthias Ringwald
1aeec2ebdd hci: fix build without Classic 2021-09-10 16:13:09 +02:00