2841 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
24501210bf Edited wiki page BLE through web user interface. 2014-08-22 15:09:46 +00:00
matthias.ringwald@gmail.com
0323be85d0 fix compile for daemon without ble 2014-08-22 13:51:31 +00:00
mila@ringwald.ch
03ce1a58ea l2cap and rfcomm close connection functionality was moved to deamon 2014-08-22 13:46:37 +00:00
mila@ringwald.ch
5d227f2503 added skeleton functions for adding/removing channels and services from rfcomm and l2cap 2014-08-22 09:38:58 +00:00
mila@ringwald.ch
1bd5283d7f emit dedicated bonding complete after HCI connection is closed, fixed issue #412 2014-08-21 13:23:18 +00:00
mila@ringwald.ch
e1c15343d6 send SDP Query Complete after Disconnect, fixes issue #412 2014-08-21 10:56:30 +00:00
mila@ringwald.ch
e13f76e01a provide sdp_query_rfcomm_deeregister(), and call it on client disconnect in daemon. fixes issue #399 2014-08-20 20:45:26 +00:00
mila@ringwald.ch
baf94f0687 fix outgoing l2cap connections (regression 'hci_number_free_acl_slots: handle 0x0000 not in connection list') 2014-08-20 20:15:50 +00:00
matthias.ringwald@gmail.com
82dcd52064 don't link against hal_lcd if not used 2014-08-15 22:17:44 +00:00
mila@ringwald.ch
49ca58d6a2 remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
matthias.ringwald@gmail.com
78a05b9cb1 prevent btstack-config-iphone.h from being overwritten by configure 2014-08-15 21:30:40 +00:00
mila@ringwald.ch
9da54300b6 use log_info instead of printf, remove trailing newline from log calls 2014-08-15 21:26:50 +00:00
mila@ringwald.ch
1ed596972a hexdump with log_info 2014-08-15 15:30:41 +00:00
mila@ringwald.ch
67a01a718e fix compile 2014-08-15 14:44:57 +00:00
mila@ringwald.ch
f6fbbebd2a corrected handling of advertising reports 2014-08-15 14:42:18 +00:00
mila@ringwald.ch
d1dc057ba8 corrected handling of advertising reports 2014-08-15 14:41:25 +00:00
mila@ringwald.ch
a00c4fbe82 removed hci_write_authentication_enable from code 2014-08-15 14:39:46 +00:00
mila@ringwald.ch
c6d71a3daa removed hci_write_authentication_enable from code 2014-08-15 14:39:01 +00:00
matthias.ringwald@gmail.com
219eea5f01 fix compile 2014-08-14 21:31:36 +00:00
matthias.ringwald@gmail.com
e5e1518d8a add l2cap_max_le_mtu 2014-08-14 15:36:00 +00:00
matthias.ringwald@gmail.com
ee303eddf0 keep track of Classic and LE ACL slots seperately 2014-08-14 14:47:57 +00:00
matthias.ringwald@gmail.com
e79abdd605 replace hci_number_free_acl_slots with hci_number_free_acl_slots_for_handle 2014-08-14 13:06:29 +00:00
matthias.ringwald@gmail.com
d713a683b2 use hci_can_send_prepared_acl_packet_now instead of hci_number_free_acl_slots 2014-08-14 13:02:55 +00:00
matthias.ringwald@gmail.com
97e8ef4a90 fix warnings 2014-08-11 22:09:43 +00:00
matthias.ringwald@gmail.com
c51c539d70 remove unused function 2014-08-11 22:07:10 +00:00
matthias.ringwald@gmail.com
62da092a7f fix compile 2014-08-11 22:03:17 +00:00
matthias.ringwald@gmail.com
d27c46f584 fix compile 2014-08-11 22:00:51 +00:00
matthias.ringwald@gmail.com
f9a298a27e use l2cap_can_send_fixed_channel_packet_now 2014-08-11 21:58:44 +00:00
matthias.ringwald@gmail.com
6cd4da6bc4 provide l2cap_can_send_fixed_channel_packet_now that takes handle as input 2014-08-11 21:49:15 +00:00
matthias.ringwald@gmail.com
a35252c8fd use hci_can_send_acl_packet_now instead of hci_can_send_packet_now_using_packet_buffer, hci_can_send_prepared_acl_packet_now instead of hci_can_send_packet_now - providing handle if available 2014-08-11 21:40:02 +00:00
matthias.ringwald@gmail.com
d94d3caf6b use hci_can_send_command_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_COMMAND_DATA_PACKET) 2014-08-11 21:20:07 +00:00
matthias.ringwald@gmail.com
ac928cc29a provide new hci_can_send_TYPE_packet_now functions 2014-08-11 20:45:01 +00:00
matthias.ringwald@gmail.com
5e451dd170 streamline use of hci_can_send_packet_now_using_packet_buffer instead of hci_can_send_packet_now 2014-08-11 20:20:36 +00:00
matthias.ringwald@gmail.com
6128d7404e prevent use after free when daemon client connection is closed, fixes issue #402 2014-08-09 11:43:07 +00:00
matthias.ringwald@gmail.com
ccf076ad21 emit L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST and L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_RESPONSE 2014-08-08 20:52:02 +00:00
matthias.ringwald@gmail.com
4c129512c4 fix compile 2014-08-08 20:50:07 +00:00
mila@ringwald.ch
1d82905555 corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling 2014-08-08 13:16:22 +00:00
mila@ringwald.ch
206a90311e corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling 2014-08-08 13:14:07 +00:00
mila@ringwald.ch
2e17d07dac removed ble client 2014-08-08 13:12:23 +00:00
mila@ringwald.ch
2e440c8a50 corrected HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS handling 2014-08-08 12:33:22 +00:00
matthias.ringwald@gmail.com
28604ac866 try to restore Cydia/iOS compilation 2014-08-02 15:25:04 +00:00
matthias.ringwald@gmail.com
5fa0b7cf47 add missing argument 2014-08-02 15:03:37 +00:00
matthias.ringwald@gmail.com
c22aecc9a7 replace all manual list iteration with linked_list_iterator functions in l2cap 2014-07-31 21:18:43 +00:00
matthias.ringwald@gmail.com
9dcb2fb2ec stop l2cap_rx_timer before free'ing l2cap_channel_t, fixes issue #404 2014-07-31 20:14:15 +00:00
matthias.ringwald@gmail.com
e0d35ddbe7 also build ble_peripheral_uart_cc256x 2014-07-31 15:03:04 +00:00
matthias.ringwald@gmail.com
499414432d fix compile for msp430 ble server 2014-07-31 12:49:30 +00:00
matthias.ringwald@gmail.com
9d14b626ad check command could be sent before creating command packet, additional error messages 2014-07-30 21:04:25 +00:00
matthias.ringwald@gmail.com
826f734756 replace hci_send_acl_packet(data,size) with hci_send_acl_packet_buffer(size) to document that ACL packet have to be prepared in the hci packet buffer 2014-07-30 20:46:27 +00:00
matthias.ringwald@gmail.com
d1ab4f5712 fix prefix comparison 2014-07-30 20:44:29 +00:00
matthias.ringwald@gmail.com
84105e85ff drop support for sending raw ACL packets in client/server configuartion via daemon 2014-07-30 20:39:07 +00:00