Searched hist:"1904 a853fae40ee61bed7c231fc5bd2158984441" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | diff 1904a853fae40ee61bed7c231fc5bd2158984441 Sun Jan 11 15:50:44 CST 2015 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add opcode parameter to hci_req_complete_t callback
When hci_req_run() calls its provided complete function and one of the HCI commands in the sequence fails, then provide the opcode of failing command. In case of success HCI_OP_NOP is provided since all commands completed.
This patch fixes the prototype of hci_req_complete_t and all its users.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
H A D | hci_conn.c | diff 1904a853fae40ee61bed7c231fc5bd2158984441 Sun Jan 11 15:50:44 CST 2015 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add opcode parameter to hci_req_complete_t callback
When hci_req_run() calls its provided complete function and one of the HCI commands in the sequence fails, then provide the opcode of failing command. In case of success HCI_OP_NOP is provided since all commands completed.
This patch fixes the prototype of hci_req_complete_t and all its users.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
H A D | mgmt.c | diff 1904a853fae40ee61bed7c231fc5bd2158984441 Sun Jan 11 15:50:44 CST 2015 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add opcode parameter to hci_req_complete_t callback
When hci_req_run() calls its provided complete function and one of the HCI commands in the sequence fails, then provide the opcode of failing command. In case of success HCI_OP_NOP is provided since all commands completed.
This patch fixes the prototype of hci_req_complete_t and all its users.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
H A D | hci_core.c | diff 1904a853fae40ee61bed7c231fc5bd2158984441 Sun Jan 11 15:50:44 CST 2015 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add opcode parameter to hci_req_complete_t callback
When hci_req_run() calls its provided complete function and one of the HCI commands in the sequence fails, then provide the opcode of failing command. In case of success HCI_OP_NOP is provided since all commands completed.
This patch fixes the prototype of hci_req_complete_t and all its users.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | diff 1904a853fae40ee61bed7c231fc5bd2158984441 Sun Jan 11 15:50:44 CST 2015 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add opcode parameter to hci_req_complete_t callback
When hci_req_run() calls its provided complete function and one of the HCI commands in the sequence fails, then provide the opcode of failing command. In case of success HCI_OP_NOP is provided since all commands completed.
This patch fixes the prototype of hci_req_complete_t and all its users.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|