matthias.ringwald@gmail.com
|
ccdf23f54b
|
add params to hci_le_set_advertising_parameters, hci_le_set_advertising_data hci_le_set_advertise_enable
|
2014-05-09 13:12:14 +00:00 |
|
mila@ringwald.ch
|
956f18fbf5
|
refactored serialize, deserialize gatt structs
|
2014-05-08 15:08:47 +00:00 |
|
matthias.ringwald@gmail.com
|
a10aa107de
|
fix compile for BLE, start gatt client for connection in deamon
|
2014-05-08 13:39:53 +00:00 |
|
mila@ringwald.ch
|
fe8aced921
|
extending daemon with gatt functionality
|
2014-05-08 13:31:06 +00:00 |
|
matthias.ringwald@gmail.com
|
36af3e18b6
|
only start le scan if not already scanning, only stop le scan if not idle
|
2014-05-08 13:30:05 +00:00 |
|
matthias.ringwald@gmail.com
|
564fca325a
|
don't flip bd_addr in gap adv events, trigger hci_run on le_connect, improve debug output
|
2014-05-08 13:22:30 +00:00 |
|
matthias.ringwald@gmail.com
|
d23fde7f60
|
use U for UUID128 and L to denote uint16_t buffer length
|
2014-05-08 09:34:40 +00:00 |
|
mila@ringwald.ch
|
0a1abdbef4
|
daemon: checked gatt client state in discover primary services query
|
2014-05-08 09:20:19 +00:00 |
|
mila@ringwald.ch
|
20bb552905
|
moved le cmd status, refactored gatt client is ready
|
2014-05-08 09:12:27 +00:00 |
|
mila@ringwald.ch
|
90f3290fb6
|
listed gatt commands
|
2014-05-08 08:50:34 +00:00 |
|
mila@ringwald.ch
|
1fc6917658
|
remove gatt_client_start/stop_cmd
|
2014-05-07 20:56:56 +00:00 |
|
mila@ringwald.ch
|
3129057b72
|
emit events for gatt_discover_primary_services
|
2014-05-07 20:56:15 +00:00 |
|
mila@ringwald.ch
|
0cdcfdccf2
|
dispatch first GATT Client commands
|
2014-05-06 21:22:02 +00:00 |
|
mila@ringwald.ch
|
b2f949fe28
|
wrap LE code in HAVE_BLE condition
|
2014-05-06 21:21:34 +00:00 |
|
mila@ringwald.ch
|
108ff69ffd
|
add ble/ to include search path
|
2014-05-06 21:20:28 +00:00 |
|
mila@ringwald.ch
|
9986306c04
|
used corect cmd names
|
2014-05-06 20:49:11 +00:00 |
|
matthias.ringwald@gmail.com
|
3f1c367764
|
clean up formatting
|
2014-05-04 18:07:41 +00:00 |
|
mila@ringwald.ch
|
da43b4dd22
|
extend daemon with gap scan, connect
|
2014-05-03 22:31:08 +00:00 |
|
matthias.ringwald@gmail.com
|
2b552b2306
|
define daemon commands for gap le scan and le connect, define gap events
|
2014-05-03 22:18:29 +00:00 |
|
mila@ringwald.ch
|
5917a5c529
|
ble client: moved disconnect to hci
|
2014-05-03 21:22:04 +00:00 |
|
matthias.ringwald@gmail.com
|
1bf2f2d290
|
make unix domain socket 'public'
|
2014-05-03 21:13:03 +00:00 |
|
mila@ringwald.ch
|
4f3229d8d2
|
ble client: connect functionality moved to hci
|
2014-05-02 21:53:08 +00:00 |
|
mila@ringwald.ch
|
755c826fc1
|
ble client: removed unused struct
|
2014-05-02 14:27:32 +00:00 |
|
mila@ringwald.ch
|
57c9da5b07
|
ble client: implemented emit hci advertisement
|
2014-05-02 14:24:57 +00:00 |
|
mila@ringwald.ch
|
7bdc6798db
|
ble client: scanning functionality moved to hci
|
2014-05-02 12:08:22 +00:00 |
|
matthias.ringwald@gmail.com
|
e070741715
|
forward HCI Events to att and sm packet handlers, too
|
2014-04-28 20:51:11 +00:00 |
|
matthias.ringwald@gmail.com
|
96a45072cb
|
track Bluetooth Device Address Type in hci_connection_t struct
|
2014-04-25 10:43:19 +00:00 |
|
mila@ringwald.ch
|
567720eb3d
|
make embedded_set_timer into nop if HAVE_TICKS is not defined
|
2014-04-24 23:18:30 +00:00 |
|
matthias.ringwald@gmail.com
|
1ebc0173d4
|
use cfsetospeed and cfsetispeed instead of cfsetspeed
|
2014-04-24 13:22:05 +00:00 |
|
matthias.ringwald@gmail.com
|
a225073e6b
|
mark filename as const string
|
2014-04-11 12:18:19 +00:00 |
|
matthias.ringwald@gmail.com
|
6e3802d535
|
mark source of swap functions as const
|
2014-04-11 10:25:05 +00:00 |
|
matthias.ringwald@gmail.com
|
195c4e3c17
|
fix unused var warning
|
2014-04-03 21:56:33 +00:00 |
|
matthias.ringwald@gmail.com
|
68a0fcf7e2
|
added hci_release_packet_buffer() and l2cap_release_packet_buffer()
|
2014-04-03 20:24:24 +00:00 |
|
matthias.ringwald@gmail.com
|
facf93fdba
|
rename hci_get_outgoing_acl_packet_buffer into hci_get_outgoing_packet_buffer
|
2014-04-03 19:51:07 +00:00 |
|
matthias.ringwald@gmail.com
|
c8b9416af2
|
add asserts to check if buffer was reserved before calling send prepared
|
2014-04-03 19:37:03 +00:00 |
|
matthias.ringwald@gmail.com
|
3cab4fcaa6
|
add l2cap_can_send_connectionless_packet_now
|
2014-04-03 18:59:44 +00:00 |
|
matthias.ringwald@gmail.com
|
85889d6cd5
|
rename l2cap_can_send_packet_now_using_buffer to l2cap_can_send_packet_now
|
2014-04-03 15:31:14 +00:00 |
|
matthias.ringwald@gmail.com
|
64f0b431f7
|
more use of hci_can_send_packet_now_using_packet_buffer
|
2014-04-03 15:27:03 +00:00 |
|
matthias.ringwald@gmail.com
|
7856fb3169
|
reserve l2cap packet buffer before using it
|
2014-04-03 15:16:45 +00:00 |
|
matthias.ringwald@gmail.com
|
2a373862b1
|
reserve hci packet buffer before using it
|
2014-04-03 15:02:14 +00:00 |
|
matthias.ringwald@gmail.com
|
6b4af23d08
|
add flag to track if hci packet buffer is reserved
|
2014-04-03 14:51:02 +00:00 |
|
mila@ringwald.ch
|
af5cd647e5
|
use printUUID128 from utils.c
|
2014-02-28 21:45:33 +00:00 |
|
matthias.ringwald@gmail.com
|
1fb05f9241
|
moved swapX functions into utils.c
|
2014-02-28 21:07:59 +00:00 |
|
matthias.ringwald@gmail.com
|
1bbc0b2387
|
reject any LE Signaling commands
|
2014-02-18 21:34:14 +00:00 |
|
matthias.ringwald@gmail.com
|
70efece186
|
prepare for sending command_reject on le signaling channel
|
2014-02-18 21:26:46 +00:00 |
|
matthias.ringwald@gmail.com
|
c61af878b4
|
add l2cap_create_signaling_le
|
2014-02-18 21:19:10 +00:00 |
|
matthias.ringwald@gmail.com
|
bd63148e69
|
execute l2cap_run() also for incoming events
|
2014-02-13 15:20:40 +00:00 |
|
matthias.ringwald@gmail.com
|
b9663d61ba
|
add include of btstack-config.h
|
2014-02-13 14:43:39 +00:00 |
|
matthias.ringwald@gmail.com
|
52d34f9829
|
disconnect with 0x13 after dedicated bonding
|
2014-02-12 07:44:36 +00:00 |
|
matthias.ringwald@gmail.com
|
65107730ee
|
add missing prototypes
|
2014-02-09 15:18:28 +00:00 |
|