Matthias Ringwald
|
62c64df103
|
daemon: prefix l2cap/rfcomm/sdp events only used by daemon
|
2016-04-01 15:37:36 +02:00 |
|
Matthias Ringwald
|
f8f6a918bd
|
events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED
|
2016-03-31 23:37:33 +02:00 |
|
Matthias Ringwald
|
9490bce5e8
|
fix compile
|
2016-03-29 22:05:00 +02:00 |
|
Matthias Ringwald
|
e32b1c032a
|
drop HAVE_SO_NOSIGPIPE
|
2016-03-29 21:51:43 +02:00 |
|
Matthias Ringwald
|
f8d88472fc
|
rename cocoa to corefoundation
|
2016-03-28 13:15:21 +02:00 |
|
Matthias Ringwald
|
af0d0df5e5
|
replace malloc+memset by calloc
|
2016-03-27 23:01:37 +02:00 |
|
Matthias Ringwald
|
a32d71b603
|
replace malloc+memset by calloc
|
2016-03-27 22:54:25 +02:00 |
|
Matthias Ringwald
|
efda0b48f9
|
sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record
|
2016-03-17 11:24:38 +01:00 |
|
Matthias Ringwald
|
763c9b6f30
|
sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom
|
2016-03-17 10:58:11 +01:00 |
|
Matthias Ringwald
|
7fbb5f59ef
|
sdp_client: use sdp_client_query prefix for rfcomm queries
|
2016-03-17 10:42:14 +01:00 |
|
Matthias Ringwald
|
0e2df43f5c
|
event: introduce hci_event_packet_get_type
|
2016-02-19 14:52:36 +01:00 |
|
Matthias Ringwald
|
fc64f94a83
|
use hci_con_handle_t more
|
2016-02-19 13:57:49 +01:00 |
|
Matthias Ringwald
|
711e6c8033
|
use hci_con_handle_t more
|
2016-02-19 11:24:51 +01:00 |
|
Matthias Ringwald
|
2531c97e16
|
daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile
|
2016-02-19 10:33:52 +01:00 |
|
Matthias Ringwald
|
204f664b3d
|
platform/daemon: drop src folder
|
2016-01-20 14:10:05 +01:00 |
|
Matthias Ringwald
|
7e300a8554
|
extract rfcomm_service_db from remote_device_db and use in daemon
|
2016-01-18 11:41:18 +01:00 |
|
Matthias Ringwald
|
ff839116f5
|
hci_transport_h4.c -> hci_transport_h4_posix.c
|
2016-01-07 10:42:11 +01:00 |
|
Matthias Ringwald
|
9796ebea28
|
hci_trasport: add type to hci transport config, update all ports
|
2016-01-06 23:02:46 +01:00 |
|
Matthias Ringwald
|
a484130c09
|
run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes
|
2016-01-06 17:31:20 +01:00 |
|
Matthias Ringwald
|
a449c50a68
|
remove hand out credit code in l2cap/rfcomm.
|
2016-01-05 17:21:16 +01:00 |
|
Matthias Ringwald
|
8736ab0cf2
|
prefix linked_list
|
2015-12-22 21:48:13 +01:00 |
|
Matthias Ringwald
|
972d111a8e
|
fix compile for iOS port
|
2015-12-18 16:47:50 +01:00 |
|
Matthias Ringwald
|
c0be408cdc
|
Merge branch 'master' into ble-api-cleanup
|
2015-12-18 16:36:10 +01:00 |
|
Matthias Ringwald
|
818d1ad4f5
|
move event emit code outside HAVE_BLE section
|
2015-11-16 14:52:35 +01:00 |
|
Matthias Ringwald
|
9293bfa465
|
rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap
|
2015-11-15 20:56:59 +01:00 |
|
Matthias Ringwald
|
f08f6ff2f7
|
drop sdp packet handler
|
2015-11-15 14:04:48 +01:00 |
|
Matthias Ringwald
|
f1a4af62ee
|
drop connection from sdp register/unregister
|
2015-11-15 14:02:45 +01:00 |
|
Matthias Ringwald
|
045ba8fec0
|
move sdp_emit_service_registered to daemon
|
2015-11-14 23:26:59 +01:00 |
|
Matthias Ringwald
|
96585c7d12
|
lookup connection by l2cap/rfcomm cid for data packets
|
2015-11-13 22:56:09 +01:00 |
|
Matthias Ringwald
|
e4dd59a7e3
|
drop connection from rfcomm_register_packet_handler callback
|
2015-11-13 22:52:48 +01:00 |
|
Matthias Ringwald
|
457b5cb16b
|
drop connection from rfcomm_register_service_internal and rename to rfcomm_register_service
|
2015-11-13 22:36:27 +01:00 |
|
Matthias Ringwald
|
d43f0d5d08
|
lookup connection by rfcomm cid in daemon
|
2015-11-13 22:17:55 +01:00 |
|
Matthias Ringwald
|
dac6bd0973
|
lookup connection by l2cap cid in daemon
|
2015-11-13 22:14:19 +01:00 |
|
Matthias Ringwald
|
ffbf82013e
|
drop void * connection param from l2cap packet handlers
|
2015-11-13 21:57:19 +01:00 |
|
Matthias Ringwald
|
02f83142d4
|
replace l2cap_unregister_interal with l2cap_unregister
|
2015-11-13 21:34:43 +01:00 |
|
Matthias Ringwald
|
be2053a636
|
use l2cap_register instead of l2cap_register_internal, move service registered event generation to daemon
|
2015-11-13 21:32:29 +01:00 |
|
Matthias Ringwald
|
5d1e858f3a
|
create rfcomm_create_channel and rfcomm_create_channel_with_initial_credits that don't use connection. use in daemon
|
2015-11-13 21:01:26 +01:00 |
|
Matthias Ringwald
|
dd3f3c3c5e
|
use new l2cap_create_channel in daemon
|
2015-11-13 17:07:10 +01:00 |
|
Matthias Ringwald
|
0ce034e079
|
use daemon_client instead of incorrect gatt_client
|
2015-11-13 16:51:44 +01:00 |
|
Matthias Ringwald
|
3edc84c5b6
|
fix paths after source reorg
|
2015-11-13 15:04:41 +01:00 |
|
Matthias Ringwald
|
1ca3442b09
|
use singular for root level folders
|
2015-11-13 09:36:05 +01:00 |
|