Lines Matching refs:status
382 void hci_sco_setup(struct hci_conn *conn, __u8 status)
391 if (!status) {
397 hci_connect_cfm(sco, status);
712 void hci_le_conn_failed(struct hci_conn *conn, u8 status)
727 /* If the status indicates successful cancellation of
733 if (status != HCI_ERROR_UNKNOWN_CONN_ID ||
736 conn->dst_type, status);
738 hci_connect_cfm(conn, status);
753 static void create_le_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode)
761 if (!status) {
767 "status 0x%2.2x", status);
772 hci_le_conn_failed(conn, status);