14 Commits

Author SHA1 Message Date
Matthias Ringwald
ab2c6ae4b7 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
Matthias Ringwald
202c8a4c4c fix warnings/bugs reported by eclipse static analyzer 2016-10-19 10:49:33 +02:00
Matthias Ringwald
0b9d7e785b don't emit X_EVENT_CAN_SEND_NOW if x_can_send_now returns false 2016-04-01 14:15:39 +02:00
Matthias Ringwald
59c6af158d add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing 2016-03-28 12:45:43 +02:00
Matthias Ringwald
b947e68458 att_dispatch: use hci_can_send_acl_le_packet_now to avoid warning about incorrect con handle 2016-02-29 14:37:44 +01:00
Matthias Ringwald
fc64f94a83 use hci_con_handle_t more 2016-02-19 13:57:49 +01:00
Matthias Ringwald
773c410630 att_dispatch: forward L2CAP_EVENT_CAN_SEND_NOW to ATT Client & Server 2016-02-05 22:19:38 +01:00
Matthias Ringwald
adbe29e86c l2cap: add fixed l2cap channel id to l2cap_can_send_fixed_channel_now 2016-02-05 21:20:17 +01:00
Matthias Ringwald
19448c0b45 att_dispatch: wrap calls to l2cap_can_send_fixed_channel for att client/server 2016-02-05 21:15:37 +01:00
Matthias Ringwald
1a389cdc72 att_dispatch: don't forward HCI Events to ATT Server. ATT Server registers for HCI Events 2016-02-03 19:58:50 +01:00
Matthias Ringwald
361b1363b7 att_dispatch: don't forward HCI Events to ATT Client. GATT Client register for HCI Events 2016-02-03 18:36:45 +01:00
Matthias Ringwald
ca7f8243b0 att_dispatcher: register directly for HCI Events 2016-02-03 18:31:40 +01:00
Matthias Ringwald
16ece13520 prefix debug with btstack_ 2016-01-20 14:52:45 +01:00
Matthias Ringwald
3deb3ec680 split sources into core, ble, and classic 2015-11-13 09:45:13 +01:00