174 Commits

Author SHA1 Message Date
Matthias Ringwald
666f0f1a25 nrf5x: use mutex to protect outgoing event buffer 2016-03-19 22:48:24 +01:00
Matthias Ringwald
211c43a022 nrf5x: use radio end event irq to process adv pdu 2016-03-19 22:35:30 +01:00
Matthias Ringwald
1f450fe42c nrf5x: add blocking retarget impl 2016-03-19 22:19:21 +01:00
Matthias Ringwald
0283db5655 nrf5: minimal viable port for the nRF5 Series 2016-03-18 11:28:14 +01:00
Matthias Ringwald
e607af9c65 doc: update memory config section 2016-03-17 17:28:05 +01: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
ec94e29f15 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-03-08 10:48:53 +01:00
Matthias Ringwald
8070883bfe .gitignore 2016-03-08 10:19:16 +01:00
Matthias Ringwald
cca7dd5cb1 pic32: fix compile 2016-03-07 22:06:47 +01:00
Matthias Ringwald
958ff6c679 pic32: remove unused missing header 2016-03-07 21:57:25 +01:00
Matthias Ringwald
6d53ac6920 pic32: fix project config 2016-03-07 21:20:27 +01:00
Matthias Ringwald
23a6544a48 stm32 port: fix compile 2016-03-07 17:42:57 +01:00
Matthias Ringwald
045013fe99 java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +01:00
Matthias Ringwald
8c274258eb daemon: no btstack_device_name_db_fs.c yet 2016-03-04 15:15:25 +01:00
Matthias Ringwald
6dd60d2741 arduino: fix paths for doc generation 2016-03-04 15:10:05 +01:00
Matthias Ringwald
726a19abef fix msp430 ports 2016-03-04 14:37:06 +01:00
Matthias Ringwald
a6efb91912 rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00
Matthias Ringwald
6e25cd8d95 ports: use MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS 2016-03-04 13:42:49 +01:00
Matthias Ringwald
71c4de7a56 sco: HAVE_SCO_OVER_HCI -> ENABLE_SCO_OVER_HCI 2016-03-01 17:29:04 +01:00
Matthias Ringwald
68bbf757e4 sco: drop HAVE_SCO define 2016-03-01 17:27:21 +01:00
Matthias Ringwald
c7289f1c62 wiced: disable baud rate change, enable log info to get it mostly working 2016-02-29 11:37:33 +01:00
Matthias Ringwald
9ea8148f9b wiced: use RB_DUO as platform name 2016-02-28 22:18:25 +01:00
Matthias Ringwald
a95bb1177b wiced: fixed init 2016-02-28 22:17:06 +01:00
Matthias Ringwald
281f819cb8 wiced: fixed port 2016-02-26 21:16:32 +01:00
Matthias Ringwald
e72801c4a5 fix comile 2016-02-24 17:10:29 +01:00
Matthias Ringwald
0e2df43f5c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
Matthias Ringwald
591e55515a ancs_client: use btstack_packet_handler_t 2016-02-19 14:05:39 +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
bcf00d8fa4 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Matthias Ringwald
e10ce42608 introduce meta event for ANCS Client events 2016-02-18 20:59:42 +01:00
Matthias Ringwald
15a95bd5aa gap: declare more hci functions as gap functions 2016-02-18 17:12:57 +01:00
Matthias Ringwald
d25c33e5a2 gatt_client: prefix gatt structs with gatt_client 2016-02-18 15:29:33 +01:00
Matthias Ringwald
f31a71cf4b sco: have h2_libusb emit HCI_EVENT_SCO_CAN_SEND_NOW when outgoing buffer available, send as long as can_send_now is true 2016-02-18 15:05:38 +01:00
Matthias Ringwald
63fa3374ea hci_transport: send HCI_EVENT_TRANSPORT_PACKET_SENT when buffer can be re-used, send HCI_EVENT_SCO_CAN_SEND_NOW if that's separate 2016-02-18 14:48:41 +01:00
Matthias Ringwald
827b1c43e5 use DAEMON prefix for daemon events 2016-02-18 12:24:44 +01:00
Matthias Ringwald
023f27646b sdp_query_util: inline into sdp_util and sdp_client 2016-02-18 12:10:47 +01:00
Matthias Ringwald
871e126195 sdp_client: remove sdp_parser.c references 2016-02-17 20:54:21 +01:00
Matthias Ringwald
6c927b22a9 sdp_query: pass in packet handler on query instead of global registration. integrate sdp_parser into sdp_client 2016-02-17 20:21:21 +01:00
Matthias Ringwald
66a048ab90 Merge branch 'master' into ble-api-cleanup 2016-02-15 22:06:55 +01:00
Matthias Ringwald
d8e8f12ab0 gap.h: use gap_ instead of le_central_ or gap_le_ 2016-02-12 17:04:41 +01:00
Matthias Ringwald
591423b2a5 att -> att_db 2016-02-11 21:23:06 +01:00
Matthias Ringwald
2d5e09d6d4 hci: set link_key_db via hci_set_link_key_db instead of via hci_init(). 2016-02-11 20:10:17 +01:00
Matthias Ringwald
724d70a2cf bt_flip_addr(dest,src) -> reverse_bd_addr(src,dest) 2016-02-11 15:20:08 +01:00
Matthias Ringwald
8314c363bc introduce log_info_key and log_info_hexdump, move prototypes to btstack_debug.h 2016-02-11 14:53:59 +01:00
Matthias Ringwald
0ca398bf08 util.h: rename swapX into reverse_x 2016-02-11 14:33:35 +01:00
Matthias Ringwald
73988a59ce util.h: use functions instead of static inline/macros. sscan_bd_addr -> sscanf_bd_addr 2016-02-11 14:19:26 +01:00
Matthias Ringwald
e1a125df32 util.h: new names uuid_has_bluetooth_prefix();uuid_add_bluetooth_prefix() 2016-02-10 17:12:50 +01:00