1468 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
d2ec4031ba avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
matthias.ringwald@gmail.com
0414dabd12 don't typedef enum for bit flags 2014-10-14 19:33:15 +00:00
matthias.ringwald@gmail.com
3ac2fe5667 fix regression from r2882 2014-10-13 20:54:01 +00:00
matthias.ringwald@gmail.com
4d7157c318 fix daemon compile without BLE support 2014-10-13 19:40:50 +00:00
mila@ringwald.ch
da886c035d le central handle connection update params 2014-10-10 15:20:54 +00:00
mila@ringwald.ch
4ff786cfeb use HCI_ACL_PAYLOAD_SIZE to determine L2CAP MTU 2014-10-09 09:49:47 +00:00
mila@ringwald.ch
eb7f386b26 use hci_acl_le_data_buffer_length to get max le l2cap mtu 2014-10-09 09:08:48 +00:00
mila@ringwald.ch
6c26b08747 cap le acl buffer size, added hci function 2014-10-09 09:00:27 +00:00
ole.reinhardt@googlemail.com
dc54b91706 Fixed another compile warning 2014-10-08 13:29:24 +00:00
ole.reinhardt@googlemail.com
fdb398c2d3 Added bnep memory structs 2014-10-08 13:21:55 +00:00
ole.reinhardt@googlemail.com
66b319ed3a Added bnep.c bnep.h, still under development, may not yet compile 2014-10-08 13:21:40 +00:00
matthias.ringwald@gmail.com
c03e16aeab added string helpers for link key and link key type from Christian Wick 2014-10-06 19:16:15 +00:00
matthias.ringwald@gmail.com
452cf3bbef implemented L2CAP packet framgentation (in hci.c) 2014-10-05 10:30:58 +00:00
matthias.ringwald@gmail.com
2e480f6351 add #define to enable eHCILL mode logging 2014-10-05 09:32:32 +00:00
matthias.ringwald@gmail.com
210c677480 fix generated GAP_LE_ADVERTISING_REPORT 2014-10-03 10:36:43 +00:00
matthias.ringwald@gmail.com
4f4b43f315 log locally generated gap le adv 2014-10-03 10:03:37 +00:00
matthias.ringwald@gmail.com
ef5f429e40 beautify eHCILL log messages 2014-10-02 14:44:19 +00:00
matthias.ringwald@gmail.com
bfee83c29b fix compiler warnings 2014-09-29 20:06:39 +00:00
matthias.ringwald@gmail.com
6f7ecb09e3 fix unused parmeters warnings in btstack_memory 2014-09-29 19:53:42 +00:00
matthias.ringwald@gmail.com
3ad83cc639 correct prototypes 2014-09-29 18:13:00 +00:00
mila@ringwald.ch
23bed257d1 number of freed packets sanitized number of completed 2014-09-26 13:38:57 +00:00
matthias.ringwald@gmail.com
c37a3166d2 added gap_update_connection_parameters 2014-09-21 19:43:59 +00:00
matthias.ringwald@gmail.com
54ed2ecaf7 fix remote_mtu and flush_timeout in L2CAP_EVENT_CHANNEL_OPENED 2014-09-05 14:34:22 +00:00
matthias.ringwald@gmail.com
149f622682 fix type cast warnings 2014-09-05 12:31:58 +00:00
matthias.ringwald@gmail.com
a7d12effed add missing have_ble check 2014-09-04 21:08:31 +00:00
matthias.ringwald@gmail.com
d0fdae3c25 added GATT Client memory pool 2014-09-04 20:40:23 +00:00
matthias.ringwald@gmail.com
bb69aaaeef removed cast for btstack_memory_X_get calls 2014-09-04 20:35:14 +00:00
matthias.ringwald@gmail.com
6527a633fa use struct types in btstack memory pools instead of void * 2014-09-04 20:19:38 +00:00
matthias.ringwald@gmail.com
de5d9fe42f moved general scripts into tools 2014-09-04 19:53:39 +00:00
matthias.ringwald@gmail.com
5754b9390d extra POSIX code and Makefile into platforms/posix/src 2014-09-04 19:24:00 +00:00
matthias.ringwald@gmail.com
2da4cbc49e make work independent from current directory 2014-09-04 19:23:00 +00:00
matthias.ringwald@gmail.com
1d4dc0af5c drop iOS SDK support from Automake build system (using theos anyway) 2014-09-04 15:29:15 +00:00
matthias.ringwald@gmail.com
32db4ecef0 moved remote_device_db_iphone and run_loop_cocoa to new platforms/cocoa 2014-09-04 14:34:03 +00:00
mila@ringwald.ch
5a98848396 deleted remove_sdp_client_for_connection 2014-09-04 14:31:40 +00:00
matthias.ringwald@gmail.com
acf6f745cd move platform_iphone to platforms/ios/src 2014-09-04 14:29:29 +00:00
mila@ringwald.ch
d6c0e5483c daemon: added tracking of sdp service record handles 2014-09-04 14:20:52 +00:00
matthias.ringwald@gmail.com
34e73f8d5d moved hci_transport_h4_iphone.c into platforms/ios 2014-09-04 14:19:09 +00:00
matthias.ringwald@gmail.com
3d7a3f6710 move bt_control_iphone into platforms/ios/src 2014-09-04 14:11:31 +00:00
matthias.ringwald@gmail.com
a0dbe44b68 not used since a long time 2014-09-04 14:02:27 +00:00
matthias.ringwald@gmail.com
2250dead6c move iOS project into platforms/ios 2014-09-04 14:01:15 +00:00
mila@ringwald.ch
204c5ae7fa using uint32 insted of uint16 in remove/add l2cap/rfcomm service 2014-09-04 13:41:35 +00:00
mila@ringwald.ch
fefe918692 added hexdumpf 2014-08-29 21:20:21 +00:00
mila@ringwald.ch
86805605d6 hci_shutdown_connection moved after calling the packet handler to give upper stack a chance to close down everything with hci_connection_t intact 2014-08-28 08:47:05 +00:00
matthias.ringwald@gmail.com
fdf1d293a2 added hci_read_rssi command 2014-08-26 17:59:51 +00:00
matthias.ringwald@gmail.com
cb00d3aa12 fix hci_number_free_acl_slots_for_handle to return num free classic slots if no le slots are available. Fixes issue #415 2014-08-24 20:38:20 +00:00
matthias.ringwald@gmail.com
e0c9fb0605 prevent SDP query from being sent twice in some cases 2014-08-24 20:18:52 +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