692 Commits

Author SHA1 Message Date
matthias.ringwald
980c127c32 send complete ServiceRecord instaed of first 16 bytes 2010-06-12 21:00:03 +00:00
matthias.ringwald
707971a702 add _internal to unregister service record 2010-06-12 20:59:22 +00:00
matthias.ringwald
74f2f8362f Makefile for Patch Tool 2010-06-12 19:43:38 +00:00
matthias.ringwald
d87ec4a871 use correct sdp response len instead of 7 2010-06-12 19:17:12 +00:00
matthias.ringwald
06d7e47ea1 add sdp_register_service_record, sdp_unregister_service_record commands 2010-06-12 19:04:34 +00:00
matthias.ringwald
7a26a9baa7 add sdp_register_service_record, sdp_unregister_service_record commands 2010-06-12 19:03:58 +00:00
matthias.ringwald
79a786f96b make use of sdp_create_error_response 2010-06-12 18:41:28 +00:00
matthias.ringwald
cbb14c3ddc implemented sdp_handle_service_attribute_request 2010-06-12 18:29:11 +00:00
matthias.ringwald
1ea34cf48f implemented sdp_handle_service_search_request 2010-06-12 18:21:16 +00:00
matthias.ringwald
0993bebf69 fix sdp_record_matches_service_search_pattern 2010-06-12 14:32:42 +00:00
matthias.ringwald
ba3a63451c make sure allocated service record is big enough 2010-06-12 10:28:04 +00:00
matthias.ringwald
41350e2c66 fix de_get_data_size 2010-06-12 10:27:17 +00:00
matthias.ringwald
5d5a55f27c really fix unregister service for closed connection 2010-06-12 10:06:45 +00:00
matthias.ringwald
f38f1c873c primitive version of SDP_ServiceSearchAttributeRequest 2010-06-11 22:05:38 +00:00
matthias.ringwald
be85189294 extract sdp_handle_service_search_attribute_request, send SDP_ErrorResponse PDU for unknown requests 2010-06-11 21:46:15 +00:00
matthias.ringwald
e5a78ec7c5 use pos indicator to calc sdp pdu len 2010-06-11 21:37:23 +00:00
matthias.ringwald
51468eedc1 move set len of pdu to end of block 2010-06-11 21:15:49 +00:00
matthias.ringwald
d9944f02e3 added internal sdp register/unregister functions 2010-06-11 21:12:14 +00:00
matthias.ringwald
d0ebf1848c don't try to stop in preinst - fails during first install 2010-06-11 14:25:46 +00:00
matthias.ringwald
fb19951d60 also handle deny other two SDP requests 2010-06-09 18:41:25 +00:00
matthias.ringwald
f2efebcde5 fix service remove from linked list 2010-06-09 18:24:06 +00:00
matthias.ringwald
1939857cff correct description of response 2010-06-09 17:39:41 +00:00
matthias.ringwald
a8e9101d2f enable SDP server - only responds to Service Search Attribute Request with empty Service Search Attribute Response 2010-06-09 17:34:52 +00:00
matthias.ringwald
5b0ad4acac added sdp preliminaries 2010-06-09 17:33:28 +00:00
matthias.ringwald
c840b07bfe add utils used by sdp 2010-06-09 17:32:07 +00:00
matthias.ringwald
58de561001 also dispatch L2CAP DATA packets 2010-06-09 16:05:50 +00:00
matthias.ringwald
f8dd2f72bd pass on packet_handler from service to channel struct, pass on local_cid for l2cap events 2010-06-09 15:53:07 +00:00
matthias.ringwald
d8497f1904 provider param for packet handler in service registry 2010-06-09 15:39:55 +00:00
matthias.ringwald
1b0354c019 call into internal l2cap handler if specified for events 2010-06-09 15:33:55 +00:00
matthias.ringwald
b5a49eb182 introduce a packet handler pointer to l2cap services and channels, unset for now 2010-06-09 15:31:46 +00:00
matthias.ringwald
378e197db2 added big endian helpers to utils.c for SDP 2010-06-09 15:30:49 +00:00
matthias.ringwald
d88601f756 sort out script order for BlueToolH4 2010-06-09 13:17:39 +00:00
matthias.ringwald
f03896c43f handle BlueToolH4 creation by dpkg 2010-06-09 12:21:51 +00:00
matthias.ringwald
35272bf3dc handle BlueToolH4 creation by dpkg 2010-06-09 12:21:43 +00:00
matthias.ringwald
cd434e7b6f use BlueToolH4 instead of BlueToolNoH5 2010-06-09 11:32:58 +00:00
matthias.ringwald
7d1e1f4dbd Edited wiki page through web user interface. 2010-06-09 05:48:00 +00:00
matthias.ringwald
85f4c32868 remove BlueToolNoH5 together with package 2010-06-08 21:12:33 +00:00
matthias.ringwald
92c0741b09 depend on ldid for 4.0 2010-06-08 21:00:14 +00:00
matthias.ringwald
4d85f2f217 depend on ldid for 4.0 2010-06-08 20:58:28 +00:00
matthias.ringwald
abab9637d4 preliminary OS 4.0 support 2010-06-08 20:53:15 +00:00
matthias.ringwald
3959151bf9 more or less complete SDP ServiceRecord handling utilities 2010-06-08 18:52:10 +00:00
matthias.ringwald
8f41071939 no headers for sub-class 2010-06-08 18:47:23 +00:00
matthias.ringwald
00d93d799a handle multiple commands in a L2CAP sinaling packet 2010-06-08 18:45:45 +00:00
matthias.ringwald
c7d0d6c870 Edited wiki page through web user interface. 2010-06-05 21:56:44 +00:00
matthias.ringwald
30beaf6b2f added non-working draft of h5 2010-06-04 21:23:44 +00:00
matthias.ringwald
f34a2da101 inlined hci_transport_usb.h 2010-06-04 18:10:12 +00:00
matthias.ringwald
c6448b6742 inlined hci_transport_h4.h 2010-06-04 18:09:01 +00:00
matthias.ringwald
a0e50d9472 Edited wiki page through web user interface. 2010-06-04 10:36:28 +00:00
matthias.ringwald
de99b7c93c Edited wiki page through web user interface. 2010-06-04 10:19:25 +00:00
matthias.ringwald
c5909fa37f Created wiki page through web user interface. 2010-06-04 10:16:19 +00:00