2896 Commits

Author SHA1 Message Date
mila@ringwald.ch
3b585bee6e use BTstack as name, re-enabel advertisements after disconnect 2014-09-08 18:53:11 +00:00
mila@ringwald.ch
f91e0d73dd init sm to get gatt server working 2014-09-08 18:41:14 +00:00
mila@ringwald.ch
42c497d69d fix typo in hci_transport_h2_libusb.c and path to remote_device_db_memory.c 2014-09-07 20:00:37 +00:00
mila@ringwald.ch
92c41fe524 set up GATT Server with empty ATT database 2014-09-07 19:30:36 +00:00
mila@ringwald.ch
5b09aef38a check client handler before calling it att_server 2014-09-07 19:27:54 +00:00
mila@ringwald.ch
dfc6ff89b3 rename event_type->advertising_event_type to avoid overriding Event.getEventType() - second try 2014-09-07 18:59:02 +00:00
mila@ringwald.ch
7c02ae512f revert r2796 2014-09-07 18:58:05 +00:00
matthias.ringwald@gmail.com
2c5fb23477 marked getters in Event and Packet as final to prevent overriding by genereated event classes 2014-09-07 09:02:18 +00:00
matthias.ringwald@gmail.com
6278657ebd rename event_type->advertising_event_type to avoid overriding Event.getEventType() 2014-09-07 09:00:17 +00:00
matthias.ringwald@gmail.com
22f6379b3a set state before notifying user 2014-09-05 14:59:16 +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
8ea7e5af59 added event formats for HCI_EVENT_COMMAND_COMPLETE HCI_EVENT_COMMAND_STATUS 2014-09-05 10:33:57 +00:00
matthias.ringwald@gmail.com
2d5d8e4c7c added support for hci command event return parameters - variable size data until end of packet 2014-09-05 10:33:09 +00:00
matthias.ringwald@gmail.com
b263bd6eab Edited wiki page iPodTouch1stGen through web user interface. 2014-09-05 09:58:02 +00:00
matthias.ringwald@gmail.com
77102cf681 Deleted wiki page BNEP through web user interface. 2014-09-05 09:50:47 +00:00
matthias.ringwald@gmail.com
a7d12effed add missing have_ble check 2014-09-04 21:08:31 +00:00
mila@ringwald.ch
00bd262b83 disconnect connection moved into daemon 2014-09-04 20:58:14 +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
5b04e01774 also update uCos port memory pool 2014-09-04 20:21:39 +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
a2c1263c8c update configure.in to fix warnings 2014-09-04 19:57:29 +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
8a148cccf9 added distclean target for theos config 2014-09-04 14:06:00 +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
matthias.ringwald@gmail.com
a0e4eb7ca8 dump received RFCOMM data as text, use only \n instead of \n\r 2014-09-04 10:07:00 +00:00
ole.reinhardt@googlemail.com
f59d59529d Merge branch 'development' 2014-09-02 21:56:37 +00:00
mila@ringwald.ch
d2effbcc76 added sdp bnep query example that extracts l2cap psm and bnep version values 2014-08-29 21:25:46 +00:00
mila@ringwald.ch
5a10e3ac4f added new test 2014-08-29 21:22:55 +00:00
mila@ringwald.ch
fefe918692 added hexdumpf 2014-08-29 21:20:21 +00:00
mila@ringwald.ch
85742615a8 des iterator done 2014-08-29 15:20:27 +00:00
mila@ringwald.ch
7ebf954ce9 started des iterator 2014-08-29 12:01:39 +00:00
mila@ringwald.ch
c21fc473f7 fixed compile 2014-08-29 09:30:42 +00:00
mila@ringwald.ch
d80fc61e5a checks splitted and moved to appropriate palaces in the switch statement 2014-08-28 09:05:58 +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
756ca330b0 don't call sm_run before event handler, avoids warning. don't check for l2cap_can_send_now if no connection 2014-08-28 07:50:13 +00:00
matthias.ringwald
b1bb02c964 move check for acl packets after state machines for CMAC, key generation, random address generation 2014-08-27 12:52:20 +00:00
matthias.ringwald
d37bc63c22 use READ_BT_32 to avoid crash beacuse of non-aligned data access 2014-08-27 12:50:09 +00:00