383 Commits

Author SHA1 Message Date
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
49ca58d6a2 remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
mila@ringwald.ch
a00c4fbe82 removed hci_write_authentication_enable from code 2014-08-15 14:39:46 +00:00
matthias.ringwald@gmail.com
d94d3caf6b use hci_can_send_command_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_COMMAND_DATA_PACKET) 2014-08-11 21:20:07 +00:00
matthias.ringwald@gmail.com
4c129512c4 fix compile 2014-08-08 20:50:07 +00:00
mila@ringwald.ch
206a90311e corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling 2014-08-08 13:14:07 +00:00
mila@ringwald.ch
2e17d07dac removed ble client 2014-08-08 13:12:23 +00:00
matthias.ringwald@gmail.com
e0d35ddbe7 also build ble_peripheral_uart_cc256x 2014-07-31 15:03:04 +00:00
matthias.ringwald@gmail.com
d1ab4f5712 fix prefix comparison 2014-07-30 20:44:29 +00:00
mila@ringwald.ch
d2c93e6f94 corrected typo 2014-07-04 08:56:25 +00:00
mila@ringwald.ch
d3b1c40fa3 renamed gatt client register handler function 2014-07-04 08:42:30 +00:00
mila@ringwald.ch
cac9f13904 include security manager 2014-06-26 11:21:22 +00:00
matthias.ringwald@gmail.com
9f7471df9d setup security manager 2014-06-26 09:04:40 +00:00
mila@ringwald.ch
29b6f75ea8 Add command line option for remote public bd addr 2014-06-20 10:43:39 +00:00
mila@ringwald.ch
f64240626f gatt client: implemented signed write 2014-06-19 22:20:43 +00:00
matthias.ringwald
2e223452ff handle notification attribute result received in chunks 2014-06-11 20:54:26 +00:00
matthias.ringwald
7763678c43 remove signature from att_write callback, add connection handle to att read and write callbacks, update examples 2014-06-10 21:44:05 +00:00
matthias.ringwald
92ed1ec273 add option to use CSR8811 chipset 2014-06-10 20:43:56 +00:00
matthias.ringwald
e482e2f301 added dual-mode SPP and LE Counter example 2014-06-10 20:11:41 +00:00
matthias.ringwald
c88e6374c9 ANCS example working 2014-06-09 21:56:37 +00:00
matthias.ringwald
5502b46021 use mimimal att db for ancs 2014-06-09 20:33:01 +00:00
matthias.ringwald
f8f845275e use higher advertisement rate, request slave security, start subscribe after connection is encrypted 2014-06-09 20:12:33 +00:00
matthias.ringwald
ce8ecddc86 first part of ANCS Client 2014-06-08 21:47:27 +00:00
matthias.ringwald
b9169cb80a add OS X frameworks 2014-06-07 10:22:37 +00:00
mila@ringwald.ch
0a6ba8f040 clean up code and output 2014-05-30 22:35:14 +00:00
mila@ringwald.ch
d261ad7fc8 gatt example: discover primary services and characteristics 2014-05-30 15:14:31 +00:00
mila@ringwald.ch
52a728e601 removed unsed files 2014-05-30 14:14:05 +00:00
mila@ringwald.ch
f2f517a9b0 gatt client fixed reset peripheral state 2014-05-24 00:14:05 +00:00
mila@ringwald.ch
a672584960 use single gatt_complete_event (handle, status) 2014-05-15 10:54:27 +00:00
mila@ringwald.ch
956f18fbf5 refactored serialize, deserialize gatt structs 2014-05-08 15:08:47 +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
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
mila@ringwald.ch
8f5e31a822 ble client: used att_dispatch_register_client 2014-05-02 08:06:50 +00:00
mila@ringwald.ch
cc4d39c396 gatt client moved to ble 2014-04-29 19:45:40 +00:00
mila@ringwald.ch
aa0a65f68e ble client: extract gatt client 2014-04-28 21:47:59 +00:00
mila@ringwald.ch
ee988ca983 ble client: split le central and gatt tests 2014-04-28 21:09:35 +00:00
mila@ringwald.ch
7d468b9be6 ble client: use le_central_t for le central 2014-04-25 19:36:10 +00:00
mila@ringwald.ch
5607cd61cb ble client: extract le_central_run 2014-04-25 19:07:39 +00:00
mila@ringwald.ch
eb43473cf7 ble client: split packet handler in gatt_client and le_central handlres 2014-04-25 18:45:17 +00:00
mila@ringwald.ch
7249ca6895 ble client: split packet handler 2014-04-25 15:08:51 +00:00
mila@ringwald.ch
c04594a5c5 ble client: rename gatt client state 2014-04-25 14:31:04 +00:00
mila@ringwald.ch
97f577dd92 ble client: rename gatt client state 2014-04-25 14:29:32 +00:00
mila@ringwald.ch
f1ae2665f8 ble client: split le_central and gatt client state 2014-04-25 14:25:33 +00:00
mila@ringwald.ch
1e5053c364 ble client: separate gatt_client and le_central state 2014-04-25 14:08:54 +00:00