Export to GitHub

btstack - default

Source Commits


Commits

Author Date Commit Message
matthias.ringwald@gmail.com Mar 24, 2015 3256 change hci_local_bd_adr
matthias.ringwald@gmail.com Mar 21, 2015 3255 BTstack boots up on Microchip Bluetooth Audio Development Kit
matthias.ringwald@gmail.com Mar 19, 2015 3254 moved non-working and neglected h5 posix implementation into platforms
matthias.ringwald@gmail.com Mar 6, 2015 3253 added functions to read int or hex value from console
matthias.ringwald@gmail.com Mar 6, 2015 3252 extracted cli stdin usage
mila@ringwald.ch Mar 5, 2015 3251 hsp ag & hs pass pts tests
matthias.ringwald@gmail.com Mar 5, 2015 3250 wait for sm_cmac to become ready instead of bailing out for signed writes
matthias.ringwald@gmail.com Mar 5, 2015 3249 send prepared signed write request from gatt_client_run()
matthias.ringwald@gmail.com Mar 5, 2015 3248 pass sign counter into CMAC calculation functions
matthias.ringwald@gmail.com Mar 5, 2015 3247 added sm_le_device_index for use by gatt client/server
matthias.ringwald@gmail.com Mar 3, 2015 3246 sm starts encryption using ltk/ediv/rand from previous bonding
matthias.ringwald@gmail.com Mar 3, 2015 3245 new states for re-establishing secure connection
matthias.ringwald@gmail.com Mar 2, 2015 3244 rename central_device_db_index into le_device_db_index
matthias.ringwald@gmail.com Mar 2, 2015 3243 renamed central_device_db* files into le_device_db*
matthias.ringwald@gmail.com Mar 2, 2015 3242 rename central_device_db into le_device_db
matthias.ringwald@gmail.com Mar 2, 2015 3241 add encryption info to central db
matthias.ringwald@gmail.com Mar 2, 2015 3240 add fields necessary for LE Cetnral, implemented remove operation
mila@ringwald.ch Mar 1, 2015 3239 hsp ag: pts test passed
mila@ringwald.ch Mar 1, 2015 3238 handle service without a name
matthias.ringwald@gmail.com Mar 1, 2015 3237 Stop using pointer to array for bd_addr_t and link_key_t
matthias.ringwald@gmail.com Mar 1, 2015 3236 fix create_service_search_pattern_for_uuid128
matthias.ringwald@gmail.com Feb 28, 2015 3235 added missing type for hci_send_acl_packet_buffer
matthias.ringwald@gmail.com Feb 28, 2015 3234 missing commit for reestablish encrypted connection as peripheral
matthias.ringwald@gmail.com Feb 27, 2015 3233 refactored stk setup
matthias.ringwald@gmail.com Feb 27, 2015 3232 move code to start timer on pairing request
matthias.ringwald@gmail.com Feb 27, 2015 3231 extracted sm_initiator_setup2
mila@ringwald.ch Feb 27, 2015 3230 hsp: ag emits events, added cmd line ag test
mila@ringwald.ch Feb 27, 2015 3229 document hci_setup_synchronous_connection_command
matthias.ringwald@gmail.com Feb 27, 2015 3228 remove peer_csrk from setup
matthias.ringwald@gmail.com Feb 27, 2015 3227 removed dead code
matthias.ringwald@gmail.com Feb 27, 2015 3226 fix LTK setup using ediv and rand
matthias.ringwald@gmail.com Feb 27, 2015 3225 use single timer for SM, stop timer on sm_done_for_handle
matthias.ringwald@gmail.com Feb 27, 2015 3224 added events for HSP
mila@ringwald.ch Feb 27, 2015 3223 hsp ag and hs: extract library, introduce callback, emit event not yet implement
matthias.ringwald@gmail.com Feb 27, 2015 3222 Security Manager extended for multiple LE connections
mila@ringwald.ch Feb 26, 2015 3221 check if ring tone is received, added ring timer
matthias.ringwald@gmail.com Feb 26, 2015 3220 use sm_active_connection as mutex for setup context struct
mila@ringwald.ch Feb 26, 2015 3219 split hsp ag and hs, under development
matthias.ringwald@gmail.com Feb 26, 2015 3218 track if sm_setup is used
matthias.ringwald@gmail.com Feb 26, 2015 3217 sort sm_init_setup, fix compile
matthias.ringwald@gmail.com Feb 26, 2015 3216 missing UCD_DATA_PACKET
matthias.ringwald@gmail.com Feb 26, 2015 3215 call sm_init_setup from sm_run()
matthias.ringwald@gmail.com Feb 26, 2015 3214 extracted sm_init_setup
matthias.ringwald@gmail.com Feb 26, 2015 3213 fix regression in r3160 that broke security manager
mila@ringwald.ch Feb 20, 2015 3212 hsp in development
matthias.ringwald@gmail.com Feb 20, 2015 3211 allow to test UCD against PTS
matthias.ringwald@gmail.com Feb 20, 2015 3210 support for L2CAP Unicast Connection Data
matthias.ringwald@gmail.com Feb 20, 2015 3209 correct OCF for hci_enhanced_accept_synchronous_connection
matthias.ringwald@gmail.com Feb 19, 2015 3208 send accept synchroous connection for SCO connections
matthias.ringwald@gmail.com Feb 19, 2015 3207 correct OCF for accetp synchronous connection
matthias.ringwald@gmail.com Feb 19, 2015 3206 use rel path to btstack/java
matthias.ringwald@gmail.com Feb 19, 2015 3205 use rel path to btstack/java
mila@ringwald.ch Feb 19, 2015 3204 SPPClient android project
mila@ringwald.ch Feb 19, 2015 3203 LEScan android project
mila@ringwald.ch Feb 19, 2015 3202 fight java multi-threading
matthias.ringwald@gmail.com Feb 18, 2015 3201 added hci_write_synchronous_flow_control_enable
matthias.ringwald@gmail.com Feb 18, 2015 3200 added hci_write_synchronous_flow_control_enable
matthias.ringwald@gmail.com Feb 18, 2015 3199 libusb submit correct isochronous transfer
matthias.ringwald@gmail.com Feb 18, 2015 3198 correct setup of hci_connetion for sco connection
matthias.ringwald@gmail.com Feb 17, 2015 3197 added addr type for SCO connections
matthias.ringwald@gmail.com Feb 17, 2015 3196 reset sco out active
matthias.ringwald@gmail.com Feb 17, 2015 3195 accept connection request for SCO connections, create hci_connection_t for sco,
matthias.ringwald@gmail.com Feb 17, 2015 3194 disable HAVE_SCO for now
matthias.ringwald@gmail.com Feb 17, 2015 3193 disable HAVE_SCO for now
matthias.ringwald@gmail.com Feb 17, 2015 3192 move typedef & vars at beginning of file
matthias.ringwald@gmail.com Feb 16, 2015 3191 prepare SCO sending
matthias.ringwald@gmail.com Feb 16, 2015 3190 store num and size of SCO packets
matthias.ringwald@gmail.com Feb 16, 2015 3189 fix regression in le_handle_advertisement_report II
matthias.ringwald@gmail.com Feb 16, 2015 3188 fix regression in le_handle_advertisement_report
matthias.ringwald@gmail.com Feb 14, 2015 3187 add SCO parser to recover packet framing
mila@ringwald.ch Feb 13, 2015 3186 hsp: start implementing hs role
matthias.ringwald@gmail.com Feb 13, 2015 3185 sco data received from isochronous libusb endpoint - not properly framed yet
mila@ringwald.ch Feb 13, 2015 3184 handle CTRL+C
matthias.ringwald@gmail.com Feb 13, 2015 3183 add (dummy) sco_handler
matthias.ringwald@gmail.com Feb 13, 2015 3182 support logging of SCO packets in PacketLogger format
mila@ringwald.ch Feb 13, 2015 3181 added hfs hs and ag sdp records
mila@ringwald.ch Feb 13, 2015 3180 hsp: implement reconnect sco
mila@ringwald.ch Feb 13, 2015 3179 hsp: support for microphone and speaker
matthias.ringwald@gmail.com Feb 13, 2015 3178 more work on sco over usb
matthias.ringwald@gmail.com Feb 13, 2015 3177 start adding SCO support to libusb backend
mila@ringwald.ch Feb 13, 2015 3176 extracted send rfcomm
mila@ringwald.ch Feb 13, 2015 3175 extracted send rfcomm
mila@ringwald.ch Feb 13, 2015 3174 added hsp test
matthias.ringwald@gmail.com Feb 13, 2015 3173 added HCI_EVENT_SYNCHRONOUS_CONNECTION_COMPLETE
matthias.ringwald@gmail.com Feb 13, 2015 3172 look for synchrous usb endpoints for use with SCO connections
mila@ringwald.ch Feb 13, 2015 3171 defined new SDP Sevice Class and Protocol constants
matthias.ringwald@gmail.com Feb 13, 2015 3170 fix compile
mila@ringwald.ch Feb 12, 2015 3169 hfp: first response
mila@ringwald.ch Feb 12, 2015 3168 add draft hfp example
mila@ringwald.ch Feb 12, 2015 3167 change remote device db to fs
matthias.ringwald@gmail.com Feb 12, 2015 3166 finish removal of global sm_connection_t * connection.
mila@ringwald.ch Feb 12, 2015 3165 renamed test folder
mila@ringwald.ch Feb 12, 2015 3164 renamed test folder
mila@ringwald.ch Feb 12, 2015 3163 updated test and Makefile, removed printf
matthias.ringwald@gmail.com Feb 12, 2015 3162 pass in sm_connection_t to sm_central_start_lookup, reset CSRK state when done n
mila@ringwald.ch Feb 12, 2015 3161 added utility for write/read link key to a file
matthias.ringwald@gmail.com Feb 12, 2015 3160 pass sm_connection into aes128 and random generation, correct fake sm_connection
matthias.ringwald@gmail.com Feb 12, 2015 3159 pass in sm_connection_t to more functions
matthias.ringwald@gmail.com Feb 12, 2015 3158 pass in sm_connection_t to timer funtions
matthias.ringwald@gmail.com Feb 12, 2015 3157 move Security Manager sm_connection_t struct into hci.h for integration into hci