adapter.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 67 | 2% |
空行行数 | 663 | 23% |
実行行数 | 2190 | 75% |
合計行数 | 2920 | 100% |
内容 | 定義数 |
---|---|
関数数 | 114 |
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 | found_device_cmp | static int | |
11 |
Static | dev_info_free | static void | |
12 |
Function | pending_remote_name_cancel | int | |
13 |
Static | set_limited_discoverable | static int | |
14 |
Static | mode2str | static const char * | |
15 |
Static | get_mode | static uint8_t | |
16 |
Static | adapter_remove_discov_timeout | static void | |
17 |
Static | discov_timeout_handler | static gboolean | |
18 |
Static | adapter_set_discov_timeout | static void | |
19 |
Static | mode2scan | static uint8_t | |
20 |
Static | set_mode | static int | |
21 |
Static | set_powered | static DBusMessage * | |
22 |
Static | set_discoverable | static DBusMessage * | |
23 |
Static | set_pairable | static DBusMessage * | |
24 |
Static | pairable_timeout_handler | static gboolean | |
25 |
Static | adapter_set_pairable_timeout | static void | |
26 |
Static | find_session | static struct session_req * | |
27 |
Static | get_needed_mode | static uint8_t | |
28 |
Static | session_remove | static void | |
29 |
Static | session_free | static void | |
30 |
Static | session_owner_exit | static void | |
31 |
Static | session_ref | static struct session_req * | |
32 |
Static | session_unref | static void | |
33 |
Static | create_session | static struct session_req * | |
34 |
Static | confirm_mode_cb | static void | |
35 |
Static | set_discoverable_timeout | static DBusMessage * | |
36 |
Static | set_pairable_timeout | static DBusMessage * | |
37 |
Static | update_ext_inquiry_response | static void | |
38 |
Function | adapter_name_changed | void | |
39 |
Static | adapter_set_name | static int | |
40 |
Static | set_name | static DBusMessage * | |
41 |
Function | adapter_find_device | struct btd_device * | |
42 |
Function | adapter_find_connection | struct btd_device * | |
43 |
Static | adapter_update_devices | static void | |
44 |
Function | adapter_create_device | struct btd_device * | |
45 |
Function | adapter_remove_device | void | |
46 |
Function | adapter_get_device | struct btd_device * | |
47 |
Static | start_inquiry | static int | |
48 |
Static | start_periodic_inquiry | static int | |
49 |
Static | adapter_start_discovery | static DBusMessage * | |
50 |
Static | adapter_stop_discovery | static DBusMessage * | |
51 |
Static | get_properties | static DBusMessage * | |
52 |
Static | set_property | static DBusMessage * | |
53 |
Static | request_session | static DBusMessage * | |
54 |
Static | release_session | static DBusMessage * | |
55 |
Static | list_devices | static DBusMessage * | |
56 |
Static | cancel_device_creation | static DBusMessage * | |
57 |
Static | create_device | static DBusMessage * | |
58 |
Static | parse_io_capability | static uint8_t | |
59 |
Static | create_paired_device | static DBusMessage * | |
60 |
Static | device_path_cmp | static gint | |
61 |
Static | remove_device | static DBusMessage * | |
62 |
Static | find_device | static DBusMessage * | |
63 |
Static | agent_removed | static void | |
64 |
Static | register_agent | static DBusMessage * | |
65 |
Static | unregister_agent | static DBusMessage * | |
66 |
Inline | get_inquiry_mode | static inline uint8_t | |
67 |
Static | adapter_read_bdaddr | static int | |
68 |
Static | adapter_setup | static int | |
69 |
Static | create_stored_device_from_profiles | static void | |
70 |
Static | create_stored_device_from_linkkeys | static void | |
71 |
Static | load_devices | static void | |
72 |
Static | load_drivers | static void | |
73 |
Static | load_connections | static void | |
74 |
Static | get_discoverable_timeout | static int | |
75 |
Static | get_pairable_timeout | static int | |
76 |
Static | adapter_up | static int | |
77 |
Function | adapter_start | int | |
78 |
Static | reply_pending_requests | static void | |
79 |
Static | unload_drivers | static void | |
80 |
Function | adapter_stop | int | |
81 |
Function | adapter_update | int | |
82 |
Function | adapter_get_class | int | |
83 |
Function | adapter_set_class | int | |
84 |
Function | adapter_update_ssp_mode | int | |
85 |
Static | adapter_free | static void | |
86 |
Function | adapter_create | struct btd_adapter * | |
87 |
Function | adapter_remove | void | |
88 |
Function | adapter_get_dev_id | uint16_t | |
89 |
Function | adapter_get_path | const gchar * | |
90 |
Function | adapter_get_address | void | |
91 |
Function | adapter_set_state | void | |
92 |
Function | adapter_get_state | int | |
93 |
Function | adapter_search_found_devices | struct remote_dev_info * | |
94 |
Static | dev_rssi_cmp | static int | |
95 |
Function | adapter_add_found_device | int | |
96 |
Function | adapter_remove_found_device | int | |
97 |
Function | adapter_update_oor_devices | void | |
98 |
Function | adapter_remove_oor_device | void | |
99 |
Function | adapter_mode_changed | void | |
100 |
Function | adapter_get_agent | struct agent * | |
101 |
Function | adapter_add_connection | void | |
102 |
Function | adapter_remove_connection | void | |
103 |
Function | adapter_has_discov_sessions | gboolean | |
104 |
Static | probe_driver | static void | |
105 |
Function | btd_register_adapter_driver | int | |
106 |
Function | btd_unregister_adapter_driver | void | |
107 |
Static | agent_auth_cb | static void | |
108 |
Static | btd_adapter_authorize | static int | |
109 |
Function | btd_request_authorization | int | |
110 |
Function | btd_cancel_authorization | int | |
111 |
Function | adapter_any_get_path | const char * | |
112 |
Function | btd_adapter_any_request_path | const char * | |
113 |
Function | btd_adapter_any_release_path | void | |
114 |
Function | adapter_is_pairable | gboolean |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー