1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-02-03 11:54:16 +00:00

2388 Commits

Author SHA1 Message Date
mila@ringwald.ch
897794de24 ble client: fixed read characteristic value 2014-03-18 23:12:33 +00:00
mila@ringwald.ch
5917aae927 ble: implemented read characteristic value 2014-03-17 21:54:51 +00:00
mila@ringwald.ch
24c1adc676 ble client: added callback for app packet handler 2014-03-07 15:29:33 +00:00
mila@ringwald.ch
3c9277fafc ble client: send CONNECTION COMPLETE event only after MTU exchange 2014-03-07 14:36:13 +00:00
mila@ringwald.ch
039725ef87 ble client: discover characteristic descriptors - fixed value eq. end handle, added test call 2014-03-07 11:45:17 +00:00
mila@ringwald.ch
804267da21 ble client: implemented discover characteristic descriptors, not yet tested 2014-03-06 15:49:48 +00:00
mila@ringwald.ch
0f39c632fe ble client: added convinience functions for discovering characteristics 2014-03-06 15:03:59 +00:00
mila@ringwald.ch
cf18d544cb ble client: renaming of api according to procedure names in BT docu 2014-03-06 14:57:33 +00:00
mila@ringwald.ch
83b651ac88 ble client: implemented discover characteristic with UUID; characteriscs are returned with start, value and end handlers; fixed address type in connect to remote device 2014-03-06 14:24:24 +00:00
mila@ringwald.ch
a2e1442e10 ble client: fixed missing break statement 2014-03-05 22:41:01 +00:00
matthias.ringwald@gmail.com
94ba878158 Edited wiki page iPhoneBluetooth through web user interface. 2014-03-05 14:14:54 +00:00
mila@ringwald.ch
23e60ad2d0 ble client: cleaning up test code 2014-03-01 23:08:30 +00:00
matthias.ringwald@gmail.com
4c49cc0fa8 remove unused var 2014-03-01 23:01:41 +00:00
matthias.ringwald@gmail.com
5116379de6 enumerate characteristics with same UUID 2014-03-01 22:57:56 +00:00
mila@ringwald.ch
fbba41e559 ble client: corrected trigger next query in discover primary service by uuid 2014-02-28 22:43:53 +00:00
mila@ringwald.ch
cb473170ae ble client: discover primary services by uuid working 2014-02-28 22:34:08 +00:00
mila@ringwald.ch
af5cd647e5 use printUUID128 from utils.c 2014-02-28 21:45:33 +00:00
mila@ringwald.ch
085cabc211 comple le_central test 2014-02-28 21:44:39 +00:00
mila@ringwald.ch
44e6dbc206 intermediate update for test 2014-02-28 21:44:17 +00:00
matthias.ringwald@gmail.com
1fb05f9241 moved swapX functions into utils.c 2014-02-28 21:07:59 +00:00
mila@ringwald.ch
79de7a1b4b ble client: reimplemented query included services 2014-02-28 14:46:53 +00:00
matthias.ringwald@gmail.com
0af76e0143 add second included 128 bit service 2014-02-28 13:55:58 +00:00
matthias.ringwald@gmail.com
4e4a1ebe01 don't include UUID for included services with 128 bit uuid 2014-02-28 11:57:53 +00:00
matthias.ringwald@gmail.com
0ba323c3d3 provide mapping for used characteristics 2014-02-28 11:21:08 +00:00
mila@ringwald.ch
c87ac31779 ble client: remove recursive search for characteristics 2014-02-27 22:15:36 +00:00
matthias.ringwald@gmail.com
bdcb98a895 add create l2cap le connection 2014-02-18 21:57:19 +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
a5401a9522 added delete link key command 2014-02-18 07:51:38 +00:00
matthias.ringwald@gmail.com
0bde9e3bd6 added toggels for dediccated bonding, show auth req 2014-02-18 07:45:45 +00:00
matthias.ringwald@gmail.com
a5c8f7ef61 added dummy service with 128 bit uuid, don't re-regiester SDP service 2014-02-13 15:22:14 +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
cff9e3102d enable SDP Dump and dump on start 2014-02-13 14:12:47 +00:00
matthias.ringwald@gmail.com
8c2b25f774 let user send SSP User Confirm 2014-02-13 09:14:30 +00:00
matthias.ringwald@gmail.com
5ed9e59239 enable name requests again 2014-02-12 08:22:21 +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
740be78ede don't perform remote name requests automatically after inquiry 2014-02-12 06:44:14 +00:00
matthias.ringwald@gmail.com
a78b3d5582 don't perform remote name requests automatically after inquiry 2014-02-12 06:35:57 +00:00
matthias.ringwald@gmail.com
20c4af341f don't call gap_set_bondable in test 2014-02-10 20:06:04 +00:00
matthias.ringwald@gmail.com
65107730ee add missing prototypes 2014-02-09 15:18:28 +00:00
matthias.ringwald@gmail.com
b087afb5b1 don't reject incoming SDP connection, see 2014-02-07 16:32:30 +00:00
matthias.ringwald@gmail.com
8e618f72c9 add gap_set_local_name and mark local_name as const 2014-02-06 12:56:08 +00:00
matthias.ringwald@gmail.com
20e1c31c98 add missing c++ protection 2014-02-05 20:49:22 +00:00
matthias.ringwald@gmail.com
f51189dbdd added setter for system ticks - useful on systems that already have a clock 2014-02-04 22:46:37 +00:00
matthias.ringwald@gmail.com
25c5e98538 validate HCI_PACKET_BUFFER_SIZE if defined 2014-02-04 21:58:34 +00:00
matthias.ringwald@gmail.com
e3344418be add PROGMEM attributes for AVR architecture 2014-02-04 21:52:30 +00:00
matthias.ringwald@gmail.com
b9fe9818fd add access to init script stored in progmem for avr 2014-02-04 21:42:45 +00:00
matthias.ringwald@gmail.com
d1fef1900d make embedded_execute_once public as suggested in 2014-02-04 21:08:07 +00:00