summaryrefslogtreecommitdiff
path: root/include/kernel/bt.h
diff options
context:
space:
mode:
authorSunguk Lee2018-01-14 19:40:01 +0900
committerSunguk Lee2018-01-15 01:36:00 +0900
commit8cb4208f52b5f94555955ce9cc2eff6b7fa5c2f7 (patch)
tree64df67b1afa8db795f6fbe31afa8aa8f668d9b95 /include/kernel/bt.h
parentMerge pull request #283 from d3m3vilurr/update-ctrl (diff)
downloadvds-libraries-8cb4208f52b5f94555955ce9cc2eff6b7fa5c2f7.tar.gz
Remove all NID mismatched definitions
anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201
Diffstat (limited to 'include/kernel/bt.h')
-rw-r--r--include/kernel/bt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kernel/bt.h b/include/kernel/bt.h
index 32dc38c..0892ef4 100644
--- a/include/kernel/bt.h
+++ b/include/kernel/bt.h
@@ -306,7 +306,6 @@ int sceBtHfpGetCurrentPhoneNumber(int r0, int r1, int r2, int r3);
int sceBtHfpRequest(int r0, int r1, int r2, int r3);
int sceBtHidGetReportDescriptor(unsigned int mac0, unsigned int mac1, void *buffer, unsigned int size);
int sceBtHidTransfer(unsigned int mac0, unsigned int mac1, SceBtHidRequest *request);
-int sceBtPairingOOB(int r0, int r1, int r2, int r3);
int sceBtPushBip(int r0, int r1, int r2, int r3);
int sceBtPushOpp(int r0, int r1, int r2, int r3);
int sceBtReadEvent(SceBtEvent *events, int num_events);