aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_h5.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Bluetooth: h5: Do not initialize Configuration fieldGravatar Andrei Emeltchenko 1-2/+2
2015-12-10Bluetooth: Simplify setting Configuration FieldGravatar Andrei Emeltchenko 1-5/+1
2015-12-10Bluetooth: Use hexadecimal notation for maskGravatar Andrei Emeltchenko 1-1/+1
2015-11-19Bluetooth: Use hex notation for maskGravatar Andrei Emeltchenko 1-1/+1
2015-11-19Bluetooth: Fix mask for H5 header lenGravatar Andrei Emeltchenko 1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-7/+7
2015-09-30Bluetooth: hci_h5: clean up hci_h5 codeGravatar Prasanna Karthik 1-5/+5
2015-07-27Bluetooth: hci_h5: Cleaned up coding style warningsGravatar Prasanna Karthik 1-1/+1
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageGravatar Marcel Holtmann 1-8/+1
2015-04-07Bluetooth: hci_uart: Add name information to hci_uart_proto structGravatar Marcel Holtmann 1-0/+1
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-2/+2
2014-11-02Bluetooth: Switch HCI H5 driver to use hci_reset_dev() functionGravatar Marcel Holtmann 1-11/+2
2014-11-02Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payloadGravatar Marcel Holtmann 1-2/+2
2014-10-31Bluetooth: HCI H5 peer reset detectionGravatar Loic Poulain 1-0/+34
2014-08-14Bluetooth: Fix HCI H5 corrupted ack valueGravatar Loic Poulain 1-1/+1
2014-07-03Bluetooth: Remove redundant calls to h5_reset_rxGravatar Loic Poulain 1-4/+0
2014-06-23Bluetooth: Ignore H5 non-link packets in non-active stateGravatar Loic Poulain 1-0/+1
2014-03-05Bluetooth: Remove assignments in if-statementsGravatar Valentin Ilie 1-2/+4
2014-03-04Bluetooth: Stop BCSP/H5 timer before cleaning upGravatar Michael Knudsen 1-2/+2
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-1/+1
2012-07-17Bluetooth: Introduce a flags variable to Three-wire UART stateGravatar Johan Hedberg 1-11/+15
2012-07-17Bluetooth: Improve Three-wire UART configuration handlingGravatar Johan Hedberg 1-7/+27
2012-07-17Bluetooth: Remove unnecessary h5_build_pkt functionGravatar Johan Hedberg 1-26/+23
2012-07-17Bluetooth: Implement proper low-power support for Three-wire UARTGravatar Johan Hedberg 1-5/+32
2012-07-17Bluetooth: Add initialization tracking to HCI Three-wire driverGravatar Johan Hedberg 1-16/+50
2012-07-17Bluetooth: Add initial sleep support to Three-wire UARTGravatar Johan Hedberg 1-0/+13
2012-07-17Bluetooth: Improve rx debug logs for Three-wire UARTGravatar Johan Hedberg 1-14/+3
2012-07-17Bluetooth: Use delayed init for Three-wire UARTGravatar Johan Hedberg 1-0/+3
2012-07-17Bluetooth: Add support for Three-wire Link Control packetsGravatar Johan Hedberg 1-17/+79
2012-07-17Bluetooth: Fix/implement Three-wire reliable packet sendingGravatar Johan Hedberg 1-17/+70
2012-07-17Bluetooth: Add Three-wire header value convenience macrosGravatar Johan Hedberg 1-0/+8
2012-07-17Bluetooth: Add initial packet sending support to Three-wire UARTGravatar Johan Hedberg 1-7/+98
2012-07-17Bluetooth: Add basic packet parsing to Three-wire UART driverGravatar Johan Hedberg 1-8/+222
2012-07-17Bluetooth: Add initial reliable packet support for Three-wire UARTGravatar Johan Hedberg 1-0/+56
2012-07-17Bluetooth: Add basic state tracking to Three-wire UART driverGravatar Johan Hedberg 1-4/+92
2012-07-17Bluetooth: Initial skeleton for Three-wire UART (H5) supportGravatar Johan Hedberg 1-0/+88