|
bool | mgmt_valid_hdev (struct hci_dev *hdev) |
|
int | mgmt_interleaved_discovery (struct hci_dev *hdev) |
|
int | mgmt_control (struct sock *sk, struct msghdr *msg, size_t msglen) |
|
int | mgmt_index_added (struct hci_dev *hdev) |
|
int | mgmt_index_removed (struct hci_dev *hdev) |
|
int | mgmt_powered (struct hci_dev *hdev, u8 powered) |
|
int | mgmt_discoverable (struct hci_dev *hdev, u8 discoverable) |
|
int | mgmt_connectable (struct hci_dev *hdev, u8 connectable) |
|
int | mgmt_write_scan_failed (struct hci_dev *hdev, u8 scan, u8 status) |
|
int | mgmt_new_link_key (struct hci_dev *hdev, struct link_key *key, bool persistent) |
|
int | mgmt_new_ltk (struct hci_dev *hdev, struct smp_ltk *key, u8 persistent) |
|
int | mgmt_device_connected (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u32 flags, u8 *name, u8 name_len, u8 *dev_class) |
|
int | mgmt_device_disconnected (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 reason) |
|
int | mgmt_disconnect_failed (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_connect_failed (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_pin_code_request (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 secure) |
|
int | mgmt_pin_code_reply_complete (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 status) |
|
int | mgmt_pin_code_neg_reply_complete (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 status) |
|
int | mgmt_user_confirm_request (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, __le32 value, u8 confirm_hint) |
|
int | mgmt_user_passkey_request (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type) |
|
int | mgmt_user_confirm_reply_complete (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_user_confirm_neg_reply_complete (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_user_passkey_reply_complete (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_user_passkey_neg_reply_complete (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_user_passkey_notify (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u32 passkey, u8 entered) |
|
int | mgmt_auth_failed (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) |
|
int | mgmt_auth_enable_complete (struct hci_dev *hdev, u8 status) |
|
int | mgmt_ssp_enable_complete (struct hci_dev *hdev, u8 enable, u8 status) |
|
int | mgmt_set_class_of_dev_complete (struct hci_dev *hdev, u8 *dev_class, u8 status) |
|
int | mgmt_set_local_name_complete (struct hci_dev *hdev, u8 *name, u8 status) |
|
int | mgmt_read_local_oob_data_reply_complete (struct hci_dev *hdev, u8 *hash, u8 *randomizer, u8 status) |
|
int | mgmt_le_enable_complete (struct hci_dev *hdev, u8 enable, u8 status) |
|
int | mgmt_device_found (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 *dev_class, s8 rssi, u8 cfm_name, u8 ssp, u8 *eir, u16 eir_len) |
|
int | mgmt_remote_name (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, s8 rssi, u8 *name, u8 name_len) |
|
int | mgmt_start_discovery_failed (struct hci_dev *hdev, u8 status) |
|
int | mgmt_stop_discovery_failed (struct hci_dev *hdev, u8 status) |
|
int | mgmt_discovering (struct hci_dev *hdev, u8 discovering) |
|
int | mgmt_device_blocked (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type) |
|
int | mgmt_device_unblocked (struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type) |
|
| module_param (enable_hs, bool, 0644) |
|
| MODULE_PARM_DESC (enable_hs,"Enable High Speed support") |
|