Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
032b7d49
There was an error fetching the commit references. Please try again later.
Unverified
Commit
032b7d49
authored
4 years ago
by
VolcaEM
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
btdrv: Update function table (#4174)
* btdrv: Update function table
parent
6e14edbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/hle/service/btdrv/btdrv.cpp
+84
-83
84 additions, 83 deletions
src/core/hle/service/btdrv/btdrv.cpp
with
84 additions
and
83 deletions
src/core/hle/service/btdrv/btdrv.cpp
+
84
−
83
View file @
032b7d49
...
...
@@ -58,102 +58,103 @@ public:
{
1
,
nullptr
,
"InitializeBluetooth"
},
{
2
,
nullptr
,
"EnableBluetooth"
},
{
3
,
nullptr
,
"DisableBluetooth"
},
{
4
,
nullptr
,
"
Cleanup
Bluetooth"
},
{
4
,
nullptr
,
"
Finalize
Bluetooth"
},
{
5
,
nullptr
,
"GetAdapterProperties"
},
{
6
,
nullptr
,
"GetAdapterProperty"
},
{
7
,
nullptr
,
"SetAdapterProperty"
},
{
8
,
nullptr
,
"Start
Discove
ry"
},
{
9
,
nullptr
,
"
CancelDiscove
ry"
},
{
8
,
nullptr
,
"Start
Inqui
ry"
},
{
9
,
nullptr
,
"
StopInqui
ry"
},
{
10
,
nullptr
,
"CreateBond"
},
{
11
,
nullptr
,
"RemoveBond"
},
{
12
,
nullptr
,
"CancelBond"
},
{
13
,
nullptr
,
"
PinReply
"
},
{
14
,
nullptr
,
"
SspReply
"
},
{
13
,
nullptr
,
"
RespondToPinRequest
"
},
{
14
,
nullptr
,
"
RespondToSspRequest
"
},
{
15
,
nullptr
,
"GetEventInfo"
},
{
16
,
nullptr
,
"InitializeHid"
},
{
17
,
nullptr
,
"HidConnect"
},
{
18
,
nullptr
,
"
HidDisc
onnect"
},
{
19
,
nullptr
,
"
HidSen
dData"
},
{
20
,
nullptr
,
"
HidSen
dData2"
},
{
21
,
nullptr
,
"
Hid
SetReport"
},
{
22
,
nullptr
,
"
Hid
GetReport"
},
{
23
,
nullptr
,
"
HidWakeController
"
},
{
24
,
nullptr
,
"
Hid
AddPairedDevice"
},
{
25
,
nullptr
,
"
Hid
GetPairedDevice"
},
{
26
,
nullptr
,
"
Cleanup
Hid"
},
{
27
,
nullptr
,
"
Hid
GetEventInfo"
},
{
28
,
nullptr
,
"
Ext
SetTsi"
},
{
29
,
nullptr
,
"E
xtSet
BurstMode"
},
{
30
,
nullptr
,
"
Ext
SetZeroRetran"
},
{
31
,
nullptr
,
"E
xtSet
McMode"
},
{
32
,
nullptr
,
"E
xtStartLlrMode
"
},
{
33
,
nullptr
,
"
ExtExitLlrMode
"
},
{
34
,
nullptr
,
"E
xtSet
Radio"
},
{
35
,
nullptr
,
"
Ext
SetVisibility"
},
{
36
,
nullptr
,
"E
xtSet
TbfcScan"
},
{
17
,
nullptr
,
"
Open
HidConnect
ion
"
},
{
18
,
nullptr
,
"
CloseHidC
onnect
ion
"
},
{
19
,
nullptr
,
"
WriteHi
dData"
},
{
20
,
nullptr
,
"
WriteHi
dData2"
},
{
21
,
nullptr
,
"Set
Hid
Report"
},
{
22
,
nullptr
,
"Get
Hid
Report"
},
{
23
,
nullptr
,
"
TriggerConnection
"
},
{
24
,
nullptr
,
"AddPairedDevice
Info
"
},
{
25
,
nullptr
,
"GetPairedDevice
Info
"
},
{
26
,
nullptr
,
"
Finalize
Hid"
},
{
27
,
nullptr
,
"Get
Hid
EventInfo"
},
{
28
,
nullptr
,
"SetTsi"
},
{
29
,
nullptr
,
"E
nable
BurstMode"
},
{
30
,
nullptr
,
"SetZeroRetran
smission
"
},
{
31
,
nullptr
,
"E
nable
McMode"
},
{
32
,
nullptr
,
"E
nableLlrScan
"
},
{
33
,
nullptr
,
"
DisableLlrScan
"
},
{
34
,
nullptr
,
"E
nable
Radio"
},
{
35
,
nullptr
,
"SetVisibility"
},
{
36
,
nullptr
,
"E
nable
TbfcScan"
},
{
37
,
nullptr
,
"RegisterHidReportEvent"
},
{
38
,
nullptr
,
"
Hid
GetReportEventInfo"
},
{
38
,
nullptr
,
"Get
Hid
ReportEventInfo"
},
{
39
,
nullptr
,
"GetLatestPlr"
},
{
40
,
nullptr
,
"
Ext
GetPendingConnections"
},
{
40
,
nullptr
,
"GetPendingConnections"
},
{
41
,
nullptr
,
"GetChannelMap"
},
{
42
,
nullptr
,
"Enable
Bluetooth
BoostSetting"
},
{
43
,
nullptr
,
"Is
Bluetooth
BoostSettingEnabled"
},
{
44
,
nullptr
,
"Enable
Bluetooth
AfhSetting"
},
{
45
,
nullptr
,
"Is
Bluetooth
AfhSettingEnabled"
},
{
46
,
nullptr
,
"InitializeBl
uetoothL
e"
},
{
47
,
nullptr
,
"EnableBl
uetoothL
e"
},
{
48
,
nullptr
,
"DisableBl
uetoothL
e"
},
{
49
,
nullptr
,
"
CleanupBluetoothL
e"
},
{
50
,
nullptr
,
"Set
L
eVisibility"
},
{
51
,
nullptr
,
"Set
L
eConnectionParameter"
},
{
52
,
nullptr
,
"Set
L
eDefaultConnectionParameter"
},
{
53
,
nullptr
,
"Set
L
eAdvertiseData"
},
{
54
,
nullptr
,
"Set
L
eAdvertiseParameter"
},
{
55
,
nullptr
,
"Start
L
eScan"
},
{
56
,
nullptr
,
"Stop
L
eScan"
},
{
57
,
nullptr
,
"Add
L
eScanFilterCondition"
},
{
58
,
nullptr
,
"Delete
L
eScanFilterCondition"
},
{
59
,
nullptr
,
"Delete
L
eScanFilter"
},
{
60
,
nullptr
,
"Clear
L
eScanFilters"
},
{
61
,
nullptr
,
"Enable
L
eScanFilter"
},
{
62
,
nullptr
,
"Register
Le
Client"
},
{
63
,
nullptr
,
"Unregister
Le
Client"
},
{
64
,
nullptr
,
"Unregister
Le
Client
All
"
},
{
65
,
nullptr
,
"
LeClientConnect
"
},
{
66
,
nullptr
,
"
LeClient
CancelConnect
ion
"
},
{
67
,
nullptr
,
"
LeClient
Disconnect"
},
{
68
,
nullptr
,
"
LeClientGe
tAttribute
s
"
},
{
69
,
nullptr
,
"
LeClientDiscover
Service"
},
{
70
,
nullptr
,
"
LeClient
ConfigureMtu"
},
{
71
,
nullptr
,
"Register
Le
Server"
},
{
72
,
nullptr
,
"Unregister
Le
Server"
},
{
73
,
nullptr
,
"
LeServerConnec
t"
},
{
74
,
nullptr
,
"
LeServer
Disconnect"
},
{
75
,
nullptr
,
"
CreateLe
Service"
},
{
76
,
nullptr
,
"
StartLe
Service"
},
{
77
,
nullptr
,
"Add
Le
Characteristic"
},
{
78
,
nullptr
,
"Add
Le
Descriptor"
},
{
79
,
nullptr
,
"Get
LeCore
EventInfo"
},
{
80
,
nullptr
,
"
Le
GetFirstCharacteristic"
},
{
81
,
nullptr
,
"
Le
GetNextCharacteristic"
},
{
82
,
nullptr
,
"
Le
GetFirstDescriptor"
},
{
83
,
nullptr
,
"
Le
GetNextDescriptor"
},
{
84
,
nullptr
,
"Register
LeCore
DataPath"
},
{
85
,
nullptr
,
"Unregister
LeCore
DataPath"
},
{
86
,
nullptr
,
"Register
Le
HidDataPath"
},
{
87
,
nullptr
,
"Unregister
Le
HidDataPath"
},
{
88
,
nullptr
,
"Register
Le
DataPath"
},
{
89
,
nullptr
,
"Unregister
Le
DataPath"
},
{
90
,
nullptr
,
"
LeClient
ReadCharacteristic"
},
{
91
,
nullptr
,
"
LeClient
ReadDescriptor"
},
{
92
,
nullptr
,
"
LeClient
WriteCharacteristic"
},
{
93
,
nullptr
,
"
LeClient
WriteDescriptor"
},
{
94
,
nullptr
,
"
LeClient
RegisterNotification"
},
{
95
,
nullptr
,
"
LeClientDe
registerNotification"
},
{
42
,
nullptr
,
"Enable
TxPower
BoostSetting"
},
{
43
,
nullptr
,
"Is
TxPower
BoostSettingEnabled"
},
{
44
,
nullptr
,
"EnableAfhSetting"
},
{
45
,
nullptr
,
"IsAfhSettingEnabled"
},
{
46
,
nullptr
,
"InitializeBle"
},
{
47
,
nullptr
,
"EnableBle"
},
{
48
,
nullptr
,
"DisableBle"
},
{
49
,
nullptr
,
"
FinalizeBl
e"
},
{
50
,
nullptr
,
"Set
Bl
eVisibility"
},
{
51
,
nullptr
,
"Set
Bl
eConnectionParameter"
},
{
52
,
nullptr
,
"Set
Bl
eDefaultConnectionParameter"
},
{
53
,
nullptr
,
"Set
Bl
eAdvertiseData"
},
{
54
,
nullptr
,
"Set
Bl
eAdvertiseParameter"
},
{
55
,
nullptr
,
"Start
Bl
eScan"
},
{
56
,
nullptr
,
"Stop
Bl
eScan"
},
{
57
,
nullptr
,
"Add
Bl
eScanFilterCondition"
},
{
58
,
nullptr
,
"Delete
Bl
eScanFilterCondition"
},
{
59
,
nullptr
,
"Delete
Bl
eScanFilter"
},
{
60
,
nullptr
,
"Clear
Bl
eScanFilters"
},
{
61
,
nullptr
,
"Enable
Bl
eScanFilter"
},
{
62
,
nullptr
,
"Register
Gatt
Client"
},
{
63
,
nullptr
,
"Unregister
Gatt
Client"
},
{
64
,
nullptr
,
"Unregister
AllGatt
Client
s
"
},
{
65
,
nullptr
,
"
ConnectGattServer
"
},
{
66
,
nullptr
,
"CancelConnect
GattServer
"
},
{
67
,
nullptr
,
"Disconnect
GattServer
"
},
{
68
,
nullptr
,
"
GetGat
tAttribute"
},
{
69
,
nullptr
,
"
GetGatt
Service"
},
{
70
,
nullptr
,
"Configure
Att
Mtu"
},
{
71
,
nullptr
,
"Register
Gatt
Server"
},
{
72
,
nullptr
,
"Unregister
Gatt
Server"
},
{
73
,
nullptr
,
"
ConnectGattClien
t"
},
{
74
,
nullptr
,
"Disconnect
GattClient
"
},
{
75
,
nullptr
,
"
AddGatt
Service"
},
{
76
,
nullptr
,
"
EnableGatt
Service"
},
{
77
,
nullptr
,
"Add
Gatt
Characteristic"
},
{
78
,
nullptr
,
"Add
Gatt
Descriptor"
},
{
79
,
nullptr
,
"Get
BleManaged
EventInfo"
},
{
80
,
nullptr
,
"Ge
tGat
tFirstCharacteristic"
},
{
81
,
nullptr
,
"Ge
tGat
tNextCharacteristic"
},
{
82
,
nullptr
,
"Ge
tGat
tFirstDescriptor"
},
{
83
,
nullptr
,
"Ge
tGat
tNextDescriptor"
},
{
84
,
nullptr
,
"Register
GattManaged
DataPath"
},
{
85
,
nullptr
,
"Unregister
GattManaged
DataPath"
},
{
86
,
nullptr
,
"Register
Gatt
HidDataPath"
},
{
87
,
nullptr
,
"Unregister
Gatt
HidDataPath"
},
{
88
,
nullptr
,
"Register
Gatt
DataPath"
},
{
89
,
nullptr
,
"Unregister
Gatt
DataPath"
},
{
90
,
nullptr
,
"Read
Gatt
Characteristic"
},
{
91
,
nullptr
,
"Read
Gatt
Descriptor"
},
{
92
,
nullptr
,
"Write
Gatt
Characteristic"
},
{
93
,
nullptr
,
"Write
Gatt
Descriptor"
},
{
94
,
nullptr
,
"Register
Gatt
Notification"
},
{
95
,
nullptr
,
"
Un
register
Gatt
Notification"
},
{
96
,
nullptr
,
"GetLeHidEventInfo"
},
{
97
,
nullptr
,
"RegisterBleHidEvent"
},
{
98
,
nullptr
,
"SetLeScanParameter"
},
{
256
,
nullptr
,
"GetIsManufacturingMode"
},
{
98
,
nullptr
,
"SetBleScanParameter"
},
{
99
,
nullptr
,
"MoveToSecondaryPiconet"
},
{
256
,
nullptr
,
"IsManufacturingMode"
},
{
257
,
nullptr
,
"EmulateBluetoothCrash"
},
{
258
,
nullptr
,
"GetBleChannelMap"
},
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment