adapter.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 72 | 2% |
空行行数 | 797 | 23% |
実行行数 | 2662 | 75% |
合計行数 | 3531 | 100% |
内容 | 定義数 |
---|---|
関数数 | 139 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Inline | invalid_args | static inline DBusMessage * | |
2 |
Inline | not_available | static inline DBusMessage * | |
3 |
Inline | adapter_not_ready | static inline DBusMessage * | |
4 |
Inline | no_such_adapter | static inline DBusMessage * | |
5 |
Inline | failed_strerror | static inline DBusMessage * | |
6 |
Inline | in_progress | static inline DBusMessage * | |
7 |
Inline | not_in_progress | static inline DBusMessage * | |
8 |
Inline | not_authorized | static inline DBusMessage * | |
9 |
Inline | unsupported_major_class | static inline DBusMessage * | |
10 |
Static | error_failed | static DBusHandlerResult | |
11 |
Static | error_failed_errno | static DBusHandlerResult | |
12 |
Static | error_connection_attempt_failed | static DBusHandlerResult | |
13 |
Static | bonding_request_free | static void | |
14 |
Static | active_conn_find_by_bdaddr | static int | |
15 |
Static | active_conn_find_by_handle | static int | |
16 |
Static | send_out_of_range | static void | |
17 |
Static | found_device_cmp | static int | |
18 |
Static | auth_req_cmp | static int | |
19 |
Function | adapter_find_auth_request | struct pending_auth_info * | |
20 |
Function | adapter_remove_auth_request | void | |
21 |
Function | adapter_new_auth_request | struct pending_auth_info * | |
22 |
Static | dev_info_free | static void | |
23 |
Function | pending_remote_name_cancel | int | |
24 |
Static | auth_info_agent_cmp | static int | |
25 |
Static | device_agent_removed | static void | |
26 |
Static | bonding_request_new | static struct bonding_request_info * | |
27 |
Static | set_limited_discoverable | static int | |
28 |
Static | mode2str | static const char * | |
29 |
Static | get_mode | static uint8_t | |
30 |
Static | adapter_remove_discov_timeout | static void | |
31 |
Static | discov_timeout_handler | static gboolean | |
32 |
Static | adapter_set_discov_timeout | static void | |
33 |
Static | mode2scan | static uint8_t | |
34 |
Static | set_mode | static int | |
35 |
Static | set_powered | static DBusMessage * | |
36 |
Static | set_discoverable | static DBusMessage * | |
37 |
Static | set_pairable | static DBusMessage * | |
38 |
Static | pairable_timeout_handler | static gboolean | |
39 |
Static | adapter_set_pairable_timeout | static void | |
40 |
Static | find_session | static struct session_req * | |
41 |
Static | get_needed_mode | static uint8_t | |
42 |
Static | session_remove | static void | |
43 |
Static | session_free | static void | |
44 |
Static | session_owner_exit | static void | |
45 |
Static | session_ref | static struct session_req * | |
46 |
Static | session_unref | static void | |
47 |
Static | create_session | static struct session_req * | |
48 |
Static | confirm_mode_cb | static void | |
49 |
Static | set_discoverable_timeout | static DBusMessage * | |
50 |
Static | set_pairable_timeout | static DBusMessage * | |
51 |
Static | update_ext_inquiry_response | static void | |
52 |
Static | adapter_set_name | static int | |
53 |
Static | set_name | static DBusMessage * | |
54 |
Static | reply_authentication_failure | static void | |
55 |
Function | adapter_find_device | struct btd_device * | |
56 |
Static | adapter_update_devices | static void | |
57 |
Function | adapter_create_device | struct btd_device * | |
58 |
Static | remove_bonding | static DBusMessage * | |
59 |
Function | adapter_remove_device | void | |
60 |
Function | adapter_get_device | struct btd_device * | |
61 |
Function | remove_pending_device | void | |
62 |
Static | create_bonding_io_cb | static gboolean | |
63 |
Static | cancel_auth_request | static void | |
64 |
Static | cancel_bonding | static void | |
65 |
Static | create_bond_req_exit | static void | |
66 |
Static | create_bonding | static DBusMessage * | |
67 |
Static | start_inquiry | static int | |
68 |
Static | start_periodic_inquiry | static int | |
69 |
Static | adapter_start_discovery | static DBusMessage * | |
70 |
Static | adapter_stop_discovery | static DBusMessage * | |
71 |
Static | get_properties | static DBusMessage * | |
72 |
Static | set_property | static DBusMessage * | |
73 |
Static | request_session | static DBusMessage * | |
74 |
Static | release_session | static DBusMessage * | |
75 |
Static | list_devices | static DBusMessage * | |
76 |
Static | cancel_device_creation | static DBusMessage * | |
77 |
Static | create_device | static DBusMessage * | |
78 |
Static | parse_io_capability | static uint8_t | |
79 |
Static | create_paired_device | static DBusMessage * | |
80 |
Static | device_path_cmp | static gint | |
81 |
Static | remove_device | static DBusMessage * | |
82 |
Static | find_device | static DBusMessage * | |
83 |
Static | agent_removed | static void | |
84 |
Static | register_agent | static DBusMessage * | |
85 |
Static | unregister_agent | static DBusMessage * | |
86 |
Inline | get_inquiry_mode | static inline uint8_t | |
87 |
Static | adapter_read_bdaddr | static int | |
88 |
Static | adapter_setup | static int | |
89 |
Static | active_conn_append | static int | |
90 |
Static | create_stored_device_from_profiles | static void | |
91 |
Static | create_stored_device_from_linkkeys | static void | |
92 |
Static | load_devices | static void | |
93 |
Static | load_drivers | static void | |
94 |
Static | get_discoverable_timeout | static int | |
95 |
Static | get_pairable_timeout | static int | |
96 |
Static | adapter_up | static int | |
97 |
Function | adapter_start | int | |
98 |
Static | reply_pending_requests | static void | |
99 |
Static | unload_drivers | static void | |
100 |
Function | adapter_stop | int | |
101 |
Function | adapter_update | int | |
102 |
Function | adapter_get_class | int | |
103 |
Function | adapter_set_class | int | |
104 |
Function | adapter_update_ssp_mode | int | |
105 |
Static | adapter_free | static void | |
106 |
Function | adapter_create | struct btd_adapter * | |
107 |
Function | adapter_remove | void | |
108 |
Function | adapter_get_dev_id | uint16_t | |
109 |
Function | adapter_get_path | const gchar * | |
110 |
Function | adapter_get_address | void | |
111 |
Function | adapter_set_state | void | |
112 |
Function | adapter_get_state | int | |
113 |
Function | adapter_search_found_devices | struct remote_dev_info * | |
114 |
Static | dev_rssi_cmp | static int | |
115 |
Function | adapter_add_found_device | int | |
116 |
Function | adapter_remove_found_device | int | |
117 |
Function | adapter_update_oor_devices | void | |
118 |
Function | adapter_remove_oor_device | void | |
119 |
Function | adapter_mode_changed | void | |
120 |
Function | adapter_get_agent | struct agent * | |
121 |
Function | adapter_add_active_conn | void | |
122 |
Function | adapter_remove_active_conn | void | |
123 |
Function | adapter_search_active_conn_by_bdaddr | struct active_conn_info * | |
124 |
Function | adapter_search_active_conn_by_handle | struct active_conn_info * | |
125 |
Function | adapter_free_bonding_request | void | |
126 |
Function | adapter_get_bonding_info | struct bonding_request_info * | |
127 |
Function | adapter_has_discov_sessions | gboolean | |
128 |
Static | probe_driver | static void | |
129 |
Function | btd_register_adapter_driver | int | |
130 |
Function | btd_unregister_adapter_driver | void | |
131 |
Static | agent_auth_cb | static void | |
132 |
Static | btd_adapter_authorize | static int | |
133 |
Function | btd_request_authorization | int | |
134 |
Function | btd_cancel_authorization | int | |
135 |
Function | adapter_any_get_path | const char * | |
136 |
Function | btd_adapter_any_request_path | const char * | |
137 |
Function | btd_adapter_any_release_path | void | |
138 |
Function | adapter_is_pairable | gboolean | |
139 |
Function | adapter_pairing_initiator | gboolean |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー