Lines Matching refs:hci_dev

323 static int mgmt_index_event(u16 event, struct hci_dev *hdev, void *data,  in mgmt_index_event()
330 static int mgmt_limited_event(u16 event, struct hci_dev *hdev, void *data, in mgmt_limited_event()
337 static int mgmt_event(u16 event, struct hci_dev *hdev, void *data, u16 len, in mgmt_event()
366 static int read_version(struct sock *sk, struct hci_dev *hdev, void *data, in read_version()
379 static int read_commands(struct sock *sk, struct hci_dev *hdev, void *data, in read_commands()
431 static int read_index_list(struct sock *sk, struct hci_dev *hdev, void *data, in read_index_list()
435 struct hci_dev *d; in read_index_list()
491 static int read_unconf_index_list(struct sock *sk, struct hci_dev *hdev, in read_unconf_index_list()
495 struct hci_dev *d; in read_unconf_index_list()
551 static int read_ext_index_list(struct sock *sk, struct hci_dev *hdev, in read_ext_index_list()
555 struct hci_dev *d; in read_ext_index_list()
625 static bool is_configured(struct hci_dev *hdev) in is_configured()
639 static __le32 get_missing_options(struct hci_dev *hdev) in get_missing_options()
655 static int new_options(struct hci_dev *hdev, struct sock *skip) in new_options()
663 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp()
671 static int read_config_info(struct sock *sk, struct hci_dev *hdev, in read_config_info()
699 static u32 get_supported_phys(struct hci_dev *hdev) in get_supported_phys()
751 static u32 get_selected_phys(struct hci_dev *hdev) in get_selected_phys()
814 static u32 get_configurable_phys(struct hci_dev *hdev) in get_configurable_phys()
820 static u32 get_supported_settings(struct hci_dev *hdev) in get_supported_settings()
867 static u32 get_current_settings(struct hci_dev *hdev) in get_current_settings()
938 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find()
943 u8 mgmt_get_adv_discov_flags(struct hci_dev *hdev) in mgmt_get_adv_discov_flags()
967 bool mgmt_get_connectable(struct hci_dev *hdev) in mgmt_get_connectable()
984 static int service_cache_sync(struct hci_dev *hdev, void *data) in service_cache_sync()
994 struct hci_dev *hdev = container_of(work, struct hci_dev, in service_cache_off()
1003 static int rpa_expired_sync(struct hci_dev *hdev, void *data) in rpa_expired_sync()
1017 struct hci_dev *hdev = container_of(work, struct hci_dev, in rpa_expired()
1032 struct hci_dev *hdev = container_of(work, struct hci_dev, in discov_off()
1055 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev);
1057 static void mesh_send_complete(struct hci_dev *hdev, in mesh_send_complete()
1069 static int mesh_send_done_sync(struct hci_dev *hdev, void *data) in mesh_send_done_sync()
1083 static int mesh_send_sync(struct hci_dev *hdev, void *data);
1084 static void mesh_send_start_complete(struct hci_dev *hdev, void *data, int err);
1085 static void mesh_next(struct hci_dev *hdev, void *data, int err) in mesh_next()
1103 struct hci_dev *hdev = container_of(work, struct hci_dev, in mesh_send_done()
1112 static void mgmt_init_hdev(struct sock *sk, struct hci_dev *hdev) in mgmt_init_hdev()
1134 static int read_controller_info(struct sock *sk, struct hci_dev *hdev, in read_controller_info()
1164 static u16 append_eir_data_to_buf(struct hci_dev *hdev, u8 *eir) in append_eir_data_to_buf()
1188 static int read_ext_controller_info(struct sock *sk, struct hci_dev *hdev, in read_ext_controller_info()
1228 static int ext_info_changed(struct hci_dev *hdev, struct sock *skip) in ext_info_changed()
1244 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp()
1252 void mgmt_advertising_added(struct sock *sk, struct hci_dev *hdev, u8 instance) in mgmt_advertising_added()
1261 void mgmt_advertising_removed(struct sock *sk, struct hci_dev *hdev, in mgmt_advertising_removed()
1271 static void cancel_adv_timeout(struct hci_dev *hdev) in cancel_adv_timeout()
1280 static void restart_le_actions(struct hci_dev *hdev) in restart_le_actions()
1304 static int new_settings(struct hci_dev *hdev, struct sock *skip) in new_settings()
1312 static void mgmt_set_powered_complete(struct hci_dev *hdev, void *data, int err) in mgmt_set_powered_complete()
1348 static int set_powered_sync(struct hci_dev *hdev, void *data) in set_powered_sync()
1358 static int set_powered(struct sock *sk, struct hci_dev *hdev, void *data, in set_powered()
1401 int mgmt_new_settings(struct hci_dev *hdev) in mgmt_new_settings()
1408 struct hci_dev *hdev;
1462 static u8 mgmt_bredr_support(struct hci_dev *hdev) in mgmt_bredr_support()
1472 static u8 mgmt_le_support(struct hci_dev *hdev) in mgmt_le_support()
1482 static void mgmt_set_discoverable_complete(struct hci_dev *hdev, void *data, in mgmt_set_discoverable_complete()
1516 static int set_discoverable_sync(struct hci_dev *hdev, void *data) in set_discoverable_sync()
1523 static int set_discoverable(struct sock *sk, struct hci_dev *hdev, void *data, in set_discoverable()
1656 static void mgmt_set_connectable_complete(struct hci_dev *hdev, void *data, in mgmt_set_connectable_complete()
1685 static int set_connectable_update_settings(struct hci_dev *hdev, in set_connectable_update_settings()
1714 static int set_connectable_sync(struct hci_dev *hdev, void *data) in set_connectable_sync()
1721 static int set_connectable(struct sock *sk, struct hci_dev *hdev, void *data, in set_connectable()
1781 static int set_bondable(struct sock *sk, struct hci_dev *hdev, void *data, in set_bondable()
1819 static int set_link_security(struct sock *sk, struct hci_dev *hdev, void *data, in set_link_security()
1888 static void set_ssp_complete(struct hci_dev *hdev, void *data, int err) in set_ssp_complete()
1937 static int set_ssp_sync(struct hci_dev *hdev, void *data) in set_ssp_sync()
1955 static int set_ssp(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in set_ssp()
2035 static int set_hs(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in set_hs()
2096 static void set_le_complete(struct hci_dev *hdev, void *data, int err) in set_le_complete()
2117 static int set_le_sync(struct hci_dev *hdev, void *data) in set_le_sync()
2161 static void set_mesh_complete(struct hci_dev *hdev, void *data, int err) in set_mesh_complete()
2177 static int set_mesh_sync(struct hci_dev *hdev, void *data) in set_mesh_sync()
2200 static int set_mesh(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in set_mesh()
2238 static void mesh_send_start_complete(struct hci_dev *hdev, void *data, int err) in mesh_send_start_complete()
2259 static int mesh_send_sync(struct hci_dev *hdev, void *data) in mesh_send_sync()
2323 static int mesh_features(struct sock *sk, struct hci_dev *hdev, in mesh_features()
2350 static int send_cancel(struct hci_dev *hdev, void *data) in send_cancel()
2377 static int mesh_send_cancel(struct sock *sk, struct hci_dev *hdev, in mesh_send_cancel()
2411 static int mesh_send(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in mesh_send()
2472 static int set_le(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in set_le()
2567 static bool pending_eir_or_class(struct hci_dev *hdev) in pending_eir_or_class()
2603 static void mgmt_class_complete(struct hci_dev *hdev, void *data, int err) in mgmt_class_complete()
2615 static int add_uuid_sync(struct hci_dev *hdev, void *data) in add_uuid_sync()
2626 static int add_uuid(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in add_uuid()
2672 static bool enable_service_cache(struct hci_dev *hdev) in enable_service_cache()
2686 static int remove_uuid_sync(struct hci_dev *hdev, void *data) in remove_uuid_sync()
2697 static int remove_uuid(struct sock *sk, struct hci_dev *hdev, void *data, in remove_uuid()
2765 static int set_class_sync(struct hci_dev *hdev, void *data) in set_class_sync()
2780 static int set_dev_class(struct sock *sk, struct hci_dev *hdev, void *data, in set_dev_class()
2832 static int load_link_keys(struct sock *sk, struct hci_dev *hdev, void *data, in load_link_keys()
2921 static int device_unpaired(struct hci_dev *hdev, bdaddr_t *bdaddr, in device_unpaired()
2933 static void unpair_device_complete(struct hci_dev *hdev, void *data, int err) in unpair_device_complete()
2945 static int unpair_device_sync(struct hci_dev *hdev, void *data) in unpair_device_sync()
2964 static int unpair_device(struct sock *sk, struct hci_dev *hdev, void *data, in unpair_device()
3093 static int disconnect(struct sock *sk, struct hci_dev *hdev, void *data, in disconnect()
3178 static int get_connections(struct sock *sk, struct hci_dev *hdev, void *data, in get_connections()
3232 static int send_pin_code_neg_reply(struct sock *sk, struct hci_dev *hdev, in send_pin_code_neg_reply()
3253 static int pin_code_reply(struct sock *sk, struct hci_dev *hdev, void *data, in pin_code_reply()
3315 static int set_io_capability(struct sock *sk, struct hci_dev *hdev, void *data, in set_io_capability()
3340 struct hci_dev *hdev = conn->hdev; in find_pairing()
3432 static int pair_device(struct sock *sk, struct hci_dev *hdev, void *data, in pair_device()
3563 static int abort_conn_sync(struct hci_dev *hdev, void *data) in abort_conn_sync()
3575 static int cancel_pair_device(struct sock *sk, struct hci_dev *hdev, void *data, in cancel_pair_device()
3633 static int user_pairing_resp(struct sock *sk, struct hci_dev *hdev, in user_pairing_resp()
3704 static int pin_code_neg_reply(struct sock *sk, struct hci_dev *hdev, in pin_code_neg_reply()
3716 static int user_confirm_reply(struct sock *sk, struct hci_dev *hdev, void *data, in user_confirm_reply()
3732 static int user_confirm_neg_reply(struct sock *sk, struct hci_dev *hdev, in user_confirm_neg_reply()
3744 static int user_passkey_reply(struct sock *sk, struct hci_dev *hdev, void *data, in user_passkey_reply()
3756 static int user_passkey_neg_reply(struct sock *sk, struct hci_dev *hdev, in user_passkey_neg_reply()
3768 static int adv_expire_sync(struct hci_dev *hdev, u32 flags) in adv_expire_sync()
3791 static int name_changed_sync(struct hci_dev *hdev, void *data) in name_changed_sync()
3796 static void set_name_complete(struct hci_dev *hdev, void *data, int err) in set_name_complete()
3821 static int set_name_sync(struct hci_dev *hdev, void *data) in set_name_sync()
3837 static int set_local_name(struct sock *sk, struct hci_dev *hdev, void *data, in set_local_name()
3900 static int appearance_changed_sync(struct hci_dev *hdev, void *data) in appearance_changed_sync()
3905 static int set_appearance(struct sock *sk, struct hci_dev *hdev, void *data, in set_appearance()
3940 static int get_phy_configuration(struct sock *sk, struct hci_dev *hdev, in get_phy_configuration()
3961 int mgmt_phy_configuration_changed(struct hci_dev *hdev, struct sock *skip) in mgmt_phy_configuration_changed()
3973 static void set_default_phy_complete(struct hci_dev *hdev, void *data, int err) in set_default_phy_complete()
4010 static int set_default_phy_sync(struct hci_dev *hdev, void *data) in set_default_phy_sync()
4049 static int set_phy_configuration(struct sock *sk, struct hci_dev *hdev, in set_phy_configuration()
4178 static int set_blocked_keys(struct sock *sk, struct hci_dev *hdev, void *data, in set_blocked_keys()
4227 static int set_wideband_speech(struct sock *sk, struct hci_dev *hdev, in set_wideband_speech()
4276 static int read_controller_cap(struct sock *sk, struct hci_dev *hdev, in read_controller_cap()
4387 static int read_exp_features_info(struct sock *sk, struct hci_dev *hdev, in read_exp_features_info()
4492 static int exp_ll_privacy_feature_changed(bool enabled, struct hci_dev *hdev, in exp_ll_privacy_feature_changed()
4513 static int exp_feature_changed(struct hci_dev *hdev, const u8 *uuid, in exp_feature_changed()
4534 static int set_zero_key_func(struct sock *sk, struct hci_dev *hdev, in set_zero_key_func()
4571 static int set_debug_func(struct sock *sk, struct hci_dev *hdev, in set_debug_func()
4617 static int set_mgmt_mesh_func(struct sock *sk, struct hci_dev *hdev, in set_mgmt_mesh_func()
4674 static int set_rpa_resolution_func(struct sock *sk, struct hci_dev *hdev, in set_rpa_resolution_func()
4739 static int set_quality_report_func(struct sock *sk, struct hci_dev *hdev, in set_quality_report_func()
4813 static int set_offload_codec_func(struct sock *sk, struct hci_dev *hdev, in set_offload_codec_func()
4871 static int set_le_simultaneous_roles_func(struct sock *sk, struct hci_dev *hdev, in set_le_simultaneous_roles_func()
4930 static int set_iso_socket_func(struct sock *sk, struct hci_dev *hdev, in set_iso_socket_func()
4982 int (*set_func)(struct sock *sk, struct hci_dev *hdev,
5002 static int set_exp_feature(struct sock *sk, struct hci_dev *hdev, in set_exp_feature()
5020 static u32 get_params_flags(struct hci_dev *hdev, in get_params_flags()
5036 static int get_device_flags(struct sock *sk, struct hci_dev *hdev, void *data, in get_device_flags()
5088 static void device_flags_changed(struct sock *sk, struct hci_dev *hdev, in device_flags_changed()
5102 static int set_device_flags(struct sock *sk, struct hci_dev *hdev, void *data, in set_device_flags()
5179 static void mgmt_adv_monitor_added(struct sock *sk, struct hci_dev *hdev, in mgmt_adv_monitor_added()
5189 void mgmt_adv_monitor_removed(struct hci_dev *hdev, u16 handle) in mgmt_adv_monitor_removed()
5209 static int read_adv_mon_features(struct sock *sk, struct hci_dev *hdev, in read_adv_mon_features()
5258 static void mgmt_add_adv_patterns_monitor_complete(struct hci_dev *hdev, in mgmt_add_adv_patterns_monitor_complete()
5286 static int mgmt_add_adv_patterns_monitor_sync(struct hci_dev *hdev, void *data) in mgmt_add_adv_patterns_monitor_sync()
5294 static int __add_adv_patterns_monitor(struct sock *sk, struct hci_dev *hdev, in __add_adv_patterns_monitor()
5398 static int add_adv_patterns_monitor(struct sock *sk, struct hci_dev *hdev, in add_adv_patterns_monitor()
5435 static int add_adv_patterns_monitor_rssi(struct sock *sk, struct hci_dev *hdev, in add_adv_patterns_monitor_rssi()
5472 static void mgmt_remove_adv_monitor_complete(struct hci_dev *hdev, in mgmt_remove_adv_monitor_complete()
5495 static int mgmt_remove_adv_monitor_sync(struct hci_dev *hdev, void *data) in mgmt_remove_adv_monitor_sync()
5507 static int remove_adv_monitor(struct sock *sk, struct hci_dev *hdev, in remove_adv_monitor()
5553 static void read_local_oob_data_complete(struct hci_dev *hdev, void *data, int err) in read_local_oob_data_complete()
5620 static int read_local_oob_data_sync(struct hci_dev *hdev, void *data) in read_local_oob_data_sync()
5635 static int read_local_oob_data(struct sock *sk, struct hci_dev *hdev, in read_local_oob_data()
5677 static int add_remote_oob_data(struct sock *sk, struct hci_dev *hdev, in add_remote_oob_data()
5785 static int remove_remote_oob_data(struct sock *sk, struct hci_dev *hdev, in remove_remote_oob_data()
5822 void mgmt_start_discovery_complete(struct hci_dev *hdev, u8 status) in mgmt_start_discovery_complete()
5845 static bool discovery_type_is_valid(struct hci_dev *hdev, uint8_t type, in discovery_type_is_valid()
5872 static void start_discovery_complete(struct hci_dev *hdev, void *data, int err) in start_discovery_complete()
5891 static int start_discovery_sync(struct hci_dev *hdev, void *data) in start_discovery_sync()
5896 static int start_discovery_internal(struct sock *sk, struct hci_dev *hdev, in start_discovery_internal()
5967 static int start_discovery(struct sock *sk, struct hci_dev *hdev, in start_discovery()
5974 static int start_limited_discovery(struct sock *sk, struct hci_dev *hdev, in start_limited_discovery()
5982 static int start_service_discovery(struct sock *sk, struct hci_dev *hdev, in start_service_discovery()
6094 void mgmt_stop_discovery_complete(struct hci_dev *hdev, u8 status) in mgmt_stop_discovery_complete()
6111 static void stop_discovery_complete(struct hci_dev *hdev, void *data, int err) in stop_discovery_complete()
6128 static int stop_discovery_sync(struct hci_dev *hdev, void *data) in stop_discovery_sync()
6133 static int stop_discovery(struct sock *sk, struct hci_dev *hdev, void *data, in stop_discovery()
6178 static int confirm_name(struct sock *sk, struct hci_dev *hdev, void *data, in confirm_name()
6220 static int block_device(struct sock *sk, struct hci_dev *hdev, void *data, in block_device()
6256 static int unblock_device(struct sock *sk, struct hci_dev *hdev, void *data, in unblock_device()
6292 static int set_device_id_sync(struct hci_dev *hdev, void *data) in set_device_id_sync()
6297 static int set_device_id(struct sock *sk, struct hci_dev *hdev, void *data, in set_device_id()
6329 static void enable_advertising_instance(struct hci_dev *hdev, int err) in enable_advertising_instance()
6337 static void set_advertising_complete(struct hci_dev *hdev, void *data, int err) in set_advertising_complete()
6385 static int set_adv_sync(struct hci_dev *hdev, void *data) in set_adv_sync()
6419 static int set_advertising(struct sock *sk, struct hci_dev *hdev, void *data, in set_advertising()
6504 static int set_static_address(struct sock *sk, struct hci_dev *hdev, in set_static_address()
6548 static int set_scan_params(struct sock *sk, struct hci_dev *hdev, in set_scan_params()
6597 static void fast_connectable_complete(struct hci_dev *hdev, void *data, int err) in fast_connectable_complete()
6621 static int write_fast_connectable_sync(struct hci_dev *hdev, void *data) in write_fast_connectable_sync()
6629 static int set_fast_connectable(struct sock *sk, struct hci_dev *hdev, in set_fast_connectable()
6685 static void set_bredr_complete(struct hci_dev *hdev, void *data, int err) in set_bredr_complete()
6708 static int set_bredr_sync(struct hci_dev *hdev, void *data) in set_bredr_sync()
6726 static int set_bredr(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) in set_bredr()
6827 static void set_secure_conn_complete(struct hci_dev *hdev, void *data, int err) in set_secure_conn_complete()
6865 static int set_secure_conn_sync(struct hci_dev *hdev, void *data) in set_secure_conn_sync()
6877 static int set_secure_conn(struct sock *sk, struct hci_dev *hdev, in set_secure_conn()
6958 static int set_debug_keys(struct sock *sk, struct hci_dev *hdev, in set_debug_keys()
7005 static int set_privacy(struct sock *sk, struct hci_dev *hdev, void *cp_data, in set_privacy()
7078 static int load_irks(struct sock *sk, struct hci_dev *hdev, void *cp_data, in load_irks()
7168 static int load_long_term_keys(struct sock *sk, struct hci_dev *hdev, in load_long_term_keys()
7264 static void get_conn_info_complete(struct hci_dev *hdev, void *data, int err) in get_conn_info_complete()
7293 static int get_conn_info_sync(struct hci_dev *hdev, void *data) in get_conn_info_sync()
7331 static int get_conn_info(struct sock *sk, struct hci_dev *hdev, void *data, in get_conn_info()
7423 static void get_clock_info_complete(struct hci_dev *hdev, void *data, int err) in get_clock_info_complete()
7454 static int get_clock_info_sync(struct hci_dev *hdev, void *data) in get_clock_info_sync()
7476 static int get_clock_info(struct sock *sk, struct hci_dev *hdev, void *data, in get_clock_info()
7540 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) in is_connected()
7558 static int hci_conn_params_set(struct hci_dev *hdev, bdaddr_t *addr, in hci_conn_params_set()
7602 static void device_added(struct sock *sk, struct hci_dev *hdev, in device_added()
7614 static int add_device_sync(struct hci_dev *hdev, void *data) in add_device_sync()
7619 static int add_device(struct sock *sk, struct hci_dev *hdev, in add_device()
7721 static void device_removed(struct sock *sk, struct hci_dev *hdev, in device_removed()
7732 static int remove_device_sync(struct hci_dev *hdev, void *data) in remove_device_sync()
7737 static int remove_device(struct sock *sk, struct hci_dev *hdev, in remove_device()
7865 static int load_conn_param(struct sock *sk, struct hci_dev *hdev, void *data, in load_conn_param()
7950 static int set_external_config(struct sock *sk, struct hci_dev *hdev, in set_external_config()
8006 static int set_public_address(struct sock *sk, struct hci_dev *hdev, in set_public_address()
8058 static void read_local_oob_ext_data_complete(struct hci_dev *hdev, void *data, in read_local_oob_ext_data_complete()
8181 static int read_local_ssp_oob_req(struct hci_dev *hdev, struct sock *sk, in read_local_ssp_oob_req()
8203 static int read_local_oob_ext_data(struct sock *sk, struct hci_dev *hdev, in read_local_oob_ext_data()
8364 static u32 get_supported_adv_flags(struct hci_dev *hdev) in get_supported_adv_flags()
8401 static int read_adv_features(struct sock *sk, struct hci_dev *hdev, in read_adv_features()
8456 static u8 calculate_name_len(struct hci_dev *hdev) in calculate_name_len()
8463 static u8 tlv_data_max_len(struct hci_dev *hdev, u32 adv_flags, in tlv_data_max_len()
8509 static bool tlv_data_is_valid(struct hci_dev *hdev, u32 adv_flags, u8 *data, in tlv_data_is_valid()
8554 static bool requested_adv_flags_are_valid(struct hci_dev *hdev, u32 adv_flags) in requested_adv_flags_are_valid()
8570 static bool adv_busy(struct hci_dev *hdev) in adv_busy()
8575 static void add_adv_complete(struct hci_dev *hdev, struct sock *sk, u8 instance, in add_adv_complete()
8607 static void add_advertising_complete(struct hci_dev *hdev, void *data, int err) in add_advertising_complete()
8629 static int add_advertising_sync(struct hci_dev *hdev, void *data) in add_advertising_sync()
8637 static int add_advertising(struct sock *sk, struct hci_dev *hdev, in add_advertising()
8772 static void add_ext_adv_params_complete(struct hci_dev *hdev, void *data, in add_ext_adv_params_complete()
8823 static int add_ext_adv_params_sync(struct hci_dev *hdev, void *data) in add_ext_adv_params_sync()
8831 static int add_ext_adv_params(struct sock *sk, struct hci_dev *hdev, in add_ext_adv_params()
8947 static void add_ext_adv_data_complete(struct hci_dev *hdev, void *data, int err) in add_ext_adv_data_complete()
8969 static int add_ext_adv_data_sync(struct hci_dev *hdev, void *data) in add_ext_adv_data_sync()
8990 static int add_ext_adv_data(struct sock *sk, struct hci_dev *hdev, void *data, in add_ext_adv_data()
9109 static void remove_advertising_complete(struct hci_dev *hdev, void *data, in remove_advertising_complete()
9131 static int remove_advertising_sync(struct hci_dev *hdev, void *data) in remove_advertising_sync()
9147 static int remove_advertising(struct sock *sk, struct hci_dev *hdev, in remove_advertising()
9195 static int get_adv_size_info(struct sock *sk, struct hci_dev *hdev, in get_adv_size_info()
9364 void mgmt_index_added(struct hci_dev *hdev) in mgmt_index_added()
9396 void mgmt_index_removed(struct hci_dev *hdev) in mgmt_index_removed()
9438 void mgmt_power_on(struct hci_dev *hdev, int err) in mgmt_power_on()
9461 void __mgmt_power_off(struct hci_dev *hdev) in __mgmt_power_off()
9495 void mgmt_set_powered_failed(struct hci_dev *hdev, int err) in mgmt_set_powered_failed()
9514 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, in mgmt_new_link_key()
9550 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk()
9593 void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent) in mgmt_new_irk()
9609 void mgmt_new_csrk(struct hci_dev *hdev, struct smp_csrk *csrk, in mgmt_new_csrk()
9639 void mgmt_new_conn_param(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_new_conn_param()
9660 void mgmt_device_connected(struct hci_dev *hdev, struct hci_conn *conn, in mgmt_device_connected()
9721 struct hci_dev *hdev = data; in unpair_device_rsp()
9730 bool mgmt_powering_down(struct hci_dev *hdev) in mgmt_powering_down()
9746 void mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_device_disconnected()
9786 void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_disconnect_failed()
9812 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, in mgmt_connect_failed()
9832 void mgmt_pin_code_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 secure) in mgmt_pin_code_request()
9843 void mgmt_pin_code_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_pin_code_reply_complete()
9856 void mgmt_pin_code_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_pin_code_neg_reply_complete()
9869 int mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_confirm_request()
9886 int mgmt_user_passkey_request(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_passkey_request()
9900 static int user_pairing_resp_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in user_pairing_resp_complete()
9916 int mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_confirm_reply_complete()
9923 int mgmt_user_confirm_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_confirm_neg_reply_complete()
9931 int mgmt_user_passkey_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_passkey_reply_complete()
9938 int mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_passkey_neg_reply_complete()
9946 int mgmt_user_passkey_notify(struct hci_dev *hdev, bdaddr_t *bdaddr, in mgmt_user_passkey_notify()
9983 void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status) in mgmt_auth_enable_complete()
10020 void mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class, in mgmt_set_class_of_dev_complete()
10039 void mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status) in mgmt_set_local_name_complete()
10134 static void restart_le_scan(struct hci_dev *hdev) in restart_le_scan()
10149 static bool is_filter_match(struct hci_dev *hdev, s8 rssi, u8 *eir, in is_filter_match()
10194 void mgmt_adv_monitor_device_lost(struct hci_dev *hdev, u16 handle, in mgmt_adv_monitor_device_lost()
10207 static void mgmt_send_adv_monitor_device_found(struct hci_dev *hdev, in mgmt_send_adv_monitor_device_found()
10237 static void mgmt_adv_monitor_device_found(struct hci_dev *hdev, in mgmt_adv_monitor_device_found()
10301 static void mesh_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, in mesh_device_found()
10367 void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, in mgmt_device_found()
10459 void mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, in mgmt_remote_name()
10486 void mgmt_discovering(struct hci_dev *hdev, u8 discovering) in mgmt_discovering()
10499 void mgmt_suspending(struct hci_dev *hdev, u8 state) in mgmt_suspending()
10507 void mgmt_resuming(struct hci_dev *hdev, u8 reason, bdaddr_t *bdaddr, in mgmt_resuming()
10543 struct hci_dev *hdev; in mgmt_cleanup()