-
Notifications
You must be signed in to change notification settings - Fork 108
/
bluez.yaml
81 lines (81 loc) · 2.12 KB
/
bluez.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
"functions":
- "name": "g_obex_put_req_pkt"
"params":
- "name": "obex"
"type": "bool "
- "name": "req"
"type": "bool "
- "name": "data_func"
"type": "bool "
- "name": "complete_func"
"type": "bool "
- "name": "user_data"
"type": "bool "
- "name": "err"
"type": "bool "
"return_type": "int"
"signature": "guint g_obex_put_req_pkt(GObex *, GObexPacket *, GObexDataProducer, GObexFunc, gpointer, GError **)"
- "name": "g_obex_get_req_pkt"
"params":
- "name": "obex"
"type": "bool "
- "name": "req"
"type": "bool "
- "name": "data_func"
"type": "bool "
- "name": "complete_func"
"type": "bool "
- "name": "user_data"
"type": "bool "
- "name": "err"
"type": "bool "
"return_type": "int"
"signature": "guint g_obex_get_req_pkt(GObex *, GObexPacket *, GObexDataConsumer, GObexFunc, gpointer, GError **)"
- "name": "g_obex_get_req"
"params":
- "name": "obex"
"type": "bool "
- "name": "data_func"
"type": "bool "
- "name": "complete_func"
"type": "bool "
- "name": "user_data"
"type": "bool "
- "name": "err"
"type": "bool "
- "name": "first_hdr_id"
"type": "int"
"return_type": "int"
"signature": "guint g_obex_get_req(GObex *, GObexDataConsumer, GObexFunc, gpointer, GError **, guint, void)"
- "name": "g_obex_put_req"
"params":
- "name": "obex"
"type": "bool "
- "name": "data_func"
"type": "bool "
- "name": "complete_func"
"type": "bool "
- "name": "user_data"
"type": "bool "
- "name": "err"
"type": "bool "
- "name": "first_hdr_id"
"type": "int"
"return_type": "int"
"signature": "guint g_obex_put_req(GObex *, GObexDataProducer, GObexFunc, gpointer, GError **, guint, void)"
- "name": "g_obex_new"
"params":
- "name": "io"
"type": "bool "
- "name": "transport_type"
"type": "int"
- "name": "io_rx_mtu"
"type": "size_t"
- "name": "io_tx_mtu"
"type": "size_t"
"return_type": "void"
"signature": "GObex * g_obex_new(GIOChannel *, GObexTransportType, gssize, gssize)"
"language": "c"
"project": "bluez"
"target_name": "fuzz_textfile"
"target_path": "/src/fuzz_textfile.c"