Matthias Ringwald
|
729710c069
|
hci: enable le events for phy update and channel selection
|
2019-01-04 18:47:18 +01:00 |
|
Matthias Ringwald
|
b90f6e0afe
|
gap: add gap_le_set_phy command
|
2019-01-04 18:46:13 +01:00 |
|
Matthias Ringwald
|
e705510c28
|
hci: return after sending hci cmd in hci_run()
|
2019-01-04 18:43:18 +01:00 |
|
Matthias Ringwald
|
cd542ed65d
|
hci: check if LE Set Defaut PHY is supported
|
2019-01-02 12:01:35 +01:00 |
|
Matthias Ringwald
|
6fff232482
|
remove explicit memset call for buffers from btstack_memory
|
2018-11-23 17:41:43 +01:00 |
|
Milanka Ringwald
|
c9db5c2133
|
hci/gap: save the le connection interval on connection complete and connection update
|
2018-11-12 15:00:10 +01:00 |
|
Matthias Ringwald
|
6cdc2862f6
|
hci: fix compile without CLASSIC
|
2018-10-22 14:20:29 +02:00 |
|
Matthias Ringwald
|
f8ee30711d
|
hci/gap: support snif mode
|
2018-10-22 14:05:59 +02:00 |
|
Matthias Ringwald
|
3dce61284e
|
hci: track connection mode
|
2018-10-22 12:30:00 +02:00 |
|
Matthias Ringwald
|
c33e56d3e0
|
gap: add gap_set_default_link_policy_settings
|
2018-10-19 22:34:54 +02:00 |
|
Matthias Ringwald
|
cabf004e5f
|
hci: send no hci commmands after hci disconnect
|
2018-10-17 11:39:20 +02:00 |
|
Matthias Ringwald
|
2c12328286
|
hci: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry
|
2018-10-10 17:32:35 +02:00 |
|
Matthias Ringwald
|
99449554af
|
hci: reject gap_inquiry_start if stack is not working
|
2018-10-08 15:15:56 +02:00 |
|
Milanka Ringwald
|
8aee7be2bb
|
gap: introduce GIAC and LIAC, use gap_start_inquiry wrapper function
|
2018-09-24 11:40:59 +02:00 |
|
Matthias Ringwald
|
c57fa5660e
|
hci: fix Classic-only compile
|
2018-09-17 12:19:50 +02:00 |
|
Matthias Ringwald
|
6bc9fa5e1d
|
hci: fix compile without ENABLE_CLASSIC
|
2018-09-06 17:51:55 +02:00 |
|
Matthias Ringwald
|
229331c6bf
|
hci: free hci connection struct on error reported in hci command status event
|
2018-09-06 17:42:59 +02:00 |
|
Matthias Ringwald
|
0bbba85b59
|
hci: extract hci_handle_connection_failed
|
2018-09-06 16:45:09 +02:00 |
|
Matthias Ringwald
|
532f91a583
|
hci: fix regression from f5e5741d1 that prevents creating connections
|
2018-09-05 16:07:55 +02:00 |
|
Matthias Ringwald
|
068b8592cd
|
hci: emit transport packet sent for some missing synchronous transport cases and on errors
|
2018-09-05 15:49:26 +02:00 |
|
Matthias Ringwald
|
e2d2248764
|
hci: call hci_release_packet_buffer() instead of setting it directly
|
2018-09-05 15:45:14 +02:00 |
|
Matthias Ringwald
|
fd43c0e028
|
hci: extract hci_emit_transport_packet_sent()
|
2018-09-05 15:43:15 +02:00 |
|
Matthias Ringwald
|
f5e5741d14
|
hci: return -1 if hci_create_connection was not sent to transport layer in hci_send_cmd_packet
|
2018-09-05 15:18:14 +02:00 |
|
Matthias Ringwald
|
bfea0222f7
|
hci: move packet buffer release for synchronous connections up into hci_send_cmd_va_arg
|
2018-09-05 15:09:00 +02:00 |
|
Matthias Ringwald
|
d504181a0a
|
hci: avoid anonymous union
|
2018-07-05 22:53:44 +02:00 |
|
Matthias Ringwald
|
80117cebe7
|
hci: ignore upper 4 bits for HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS
|
2018-06-16 22:22:41 +02:00 |
|
Matthias Ringwald
|
cd74063ad0
|
hci: use correct enum for pairing idle
|
2018-05-31 11:27:01 +02:00 |
|
Matthias Ringwald
|
a3069afebb
|
hci: calculate sco_packet_length based on number of concurrent sco connections - fixes #129
|
2018-05-15 17:18:01 +02:00 |
|
Matthias Ringwald
|
cf119f3b14
|
hci: calculate sco_packet_length based on number of concurrent sco connections - fixes #129
|
2018-05-15 17:14:24 +02:00 |
|
Matthias Ringwald
|
83d08d7c4e
|
gap: don't emit security level while security request is active. fixes l2cap disconnect caused by parallel SDP connection
|
2018-04-30 21:27:10 +02:00 |
|
Matthias Ringwald
|
06337f4f7b
|
hci: fix compile warning 'statement is unreachable'
|
2018-04-26 13:47:13 +02:00 |
|
Matthias Ringwald
|
a4e96e78a6
|
hci: avoid compile error due to duplicate cases: HCI_INIT_W4_BCM_WRITE_SCO_PCM_INT == HCI_INIT_DONE-1
|
2018-04-15 15:45:14 +02:00 |
|
andryblack
|
3e329ddf9d
|
fix build without BLE
|
2018-04-13 01:54:56 +03:00 |
|
Matthias Ringwald
|
e4f5dd75d9
|
hci: fix buffer overrun in gap_inquiry_explode
|
2018-04-10 14:07:23 +02:00 |
|
Matthias Ringwald
|
73cd8a2ad6
|
gap: handle HCI_SUBEVENT_LE_REMOTE_CONNECTION_PARAMETER_REQUEST
|
2018-04-06 14:40:38 +02:00 |
|
Matthias Ringwald
|
a70e17d4c9
|
GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix)
|
2018-03-22 15:40:46 +01:00 |
|
Matthias Ringwald
|
7fd7aa6f98
|
gap: ignore gap_disconnect if already disconnected
|
2018-03-16 15:50:28 +01:00 |
|
Milanka Ringwald
|
895f6685f2
|
hci: fix debug output for incomming SCO connection
|
2018-03-14 12:59:31 +01:00 |
|
Matthias Ringwald
|
451d6789e1
|
GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix)
|
2018-03-02 11:55:59 +01:00 |
|
Matthias Ringwald
|
d4e4907bbd
|
GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix)
|
2018-03-02 11:53:30 +01:00 |
|
Matthias Ringwald
|
2b6ab3e64e
|
GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections
|
2018-03-01 17:45:42 +01:00 |
|
Matthias Ringwald
|
0b36101d42
|
hci: reset num_cmd_packets on vendor specific event for CSR controllers
|
2018-02-20 09:28:06 +01:00 |
|
Matthias Ringwald
|
6fab74db98
|
GAP: LE scanning enabled not reset on HCI Reset -> can be enabled before HCI Power Up
|
2018-02-08 15:51:36 +01:00 |
|
Matthias Ringwald
|
ceecb9d95a
|
gap: add gap_delete_all_link_keys
|
2018-02-05 18:31:36 +01:00 |
|
Matthias Ringwald
|
1b6fb31be8
|
gap: add link key iterator functions
|
2018-02-05 18:25:09 +01:00 |
|
Matthias Ringwald
|
004902f13e
|
hci: reset num cmd packets after sending baud rate command and receiving vendor event on Toshiba chipsets
|
2018-02-03 23:15:52 +01:00 |
|
Matthias Ringwald
|
9c77c9db73
|
hci: fix handling of le connection complete with ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER as result of hci le create connection cancel command
|
2018-01-30 18:49:31 +01:00 |
|
Jakob Krantz
|
cbe54ab248
|
Adds option to set the connection_scan_interval and connection_scan_window.
|
2018-01-30 16:59:28 +01:00 |
|
Jakob Krantz
|
c4c88f1bc9
|
Adds functionality for setting the master-slave role policy. Fixes bug when handling HCI_EVENT_ROLE_CHANGE.
|
2018-01-30 16:54:57 +01:00 |
|
Matthias Ringwald
|
9c6e867ea6
|
sm: moved sm_encryption_key_size, sm_authenticated, sm_authorization_state into gap.h
|
2018-01-19 16:08:14 +01:00 |
|