adapter.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 76 | 3% |
空行行数 | 623 | 22% |
実行行数 | 2157 | 75% |
合計行数 | 2856 | 100% |
内容 | 定義数 |
---|---|
関数数 | 106 |
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 | auth_req_cmp | static int | |
14 |
Function | adapter_find_auth_request | struct pending_auth_info * | |
15 |
Function | adapter_remove_auth_request | void | |
16 |
Function | adapter_new_auth_request | struct pending_auth_info * | |
17 |
Function | pending_remote_name_cancel | int | |
18 |
Static | auth_info_agent_cmp | static int | |
19 |
Static | device_agent_removed | static void | |
20 |
Static | bonding_request_new | static struct bonding_request_info * | |
21 |
Function | mode2str | const char * | |
22 |
Static | on_mode | static uint8_t | |
23 |
Function | str2mode | uint8_t | |
24 |
Static | set_mode | static DBusMessage * | |
25 |
Static | find_session | static gint | |
26 |
Static | confirm_mode_cb | static void | |
27 |
Static | confirm_mode | static DBusMessage * | |
28 |
Static | set_discoverable_timeout | static DBusMessage * | |
29 |
Static | update_ext_inquiry_response | static void | |
30 |
Static | adapter_set_name | static int | |
31 |
Static | set_name | static DBusMessage * | |
32 |
Static | reply_authentication_failure | static void | |
33 |
Function | adapter_find_device | struct btd_device * | |
34 |
Function | adapter_create_device | struct btd_device * | |
35 |
Static | remove_bonding | static DBusMessage * | |
36 |
Function | adapter_remove_device | void | |
37 |
Function | adapter_get_device | struct btd_device * | |
38 |
Function | remove_pending_device | void | |
39 |
Static | create_bonding_conn_complete | static gboolean | |
40 |
Static | cancel_auth_request | static void | |
41 |
Static | create_bond_req_exit | static void | |
42 |
Static | create_bonding | static DBusMessage * | |
43 |
Static | periodic_discover_req_exit | static void | |
44 |
Static | adapter_start_periodic | static DBusMessage * | |
45 |
Static | adapter_stop_periodic | static DBusMessage * | |
46 |
Static | discover_devices_req_exit | static void | |
47 |
Static | adapter_discover_devices | static DBusMessage * | |
48 |
Static | adapter_cancel_discovery | static DBusMessage * | |
49 |
Static | get_properties | static DBusMessage * | |
50 |
Static | set_property | static DBusMessage * | |
51 |
Static | session_exit | static void | |
52 |
Static | request_mode | static DBusMessage * | |
53 |
Static | release_mode | static DBusMessage * | |
54 |
Static | list_devices | static DBusMessage * | |
55 |
Static | create_device | static DBusMessage * | |
56 |
Static | parse_io_capability | static uint8_t | |
57 |
Static | create_paired_device | static DBusMessage * | |
58 |
Static | device_path_cmp | static gint | |
59 |
Static | remove_device | static DBusMessage * | |
60 |
Static | find_device | static DBusMessage * | |
61 |
Static | agent_removed | static void | |
62 |
Static | register_agent | static DBusMessage * | |
63 |
Static | unregister_agent | static DBusMessage * | |
64 |
Static | add_service_record | static DBusMessage * | |
65 |
Static | update_service_record | static DBusMessage * | |
66 |
Static | remove_service_record | static DBusMessage * | |
67 |
Static | request_authorization | static DBusMessage * | |
68 |
Static | cancel_authorization | static DBusMessage * | |
69 |
Inline | get_inquiry_mode | static inline uint8_t | |
70 |
Static | device_read_bdaddr | static int | |
71 |
Static | adapter_setup | static int | |
72 |
Static | active_conn_append | static int | |
73 |
Static | create_stored_records_from_keys | static void | |
74 |
Static | create_stored_device_from_profiles | static void | |
75 |
Static | create_stored_device_from_linkkeys | static void | |
76 |
Static | load_devices | static void | |
77 |
Static | load_drivers | static void | |
78 |
Static | adapter_up | static void | |
79 |
Function | adapter_start | int | |
80 |
Static | reply_pending_requests | static void | |
81 |
Static | unload_drivers | static void | |
82 |
Function | adapter_stop | int | |
83 |
Function | adapter_update | int | |
84 |
Function | adapter_get_class | int | |
85 |
Function | adapter_set_class | int | |
86 |
Function | adapter_update_ssp_mode | int | |
87 |
Static | adapter_free | static void | |
88 |
Function | adapter_create | struct adapter * | |
89 |
Function | adapter_remove | void | |
90 |
Function | adapter_get_dev_id | uint16_t | |
91 |
Function | adapter_get_path | const gchar * | |
92 |
Function | adapter_get_address | const gchar * | |
93 |
Static | discov_timeout_handler | static gboolean | |
94 |
Function | adapter_set_discov_timeout | void | |
95 |
Function | adapter_remove_discov_timeout | void | |
96 |
Function | adapter_set_scan_mode | void | |
97 |
Function | adapter_get_scan_mode | uint8_t | |
98 |
Function | adapter_set_mode | void | |
99 |
Function | adapter_get_mode | uint8_t | |
100 |
Function | adapter_set_state | void | |
101 |
Function | adapter_get_state | int | |
102 |
Function | btd_register_adapter_driver | int | |
103 |
Function | btd_unregister_adapter_driver | void | |
104 |
Static | agent_auth_cb | static void | |
105 |
Function | btd_request_authorization | int | |
106 |
Function | btd_cancel_authorization | int |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー