From 7976c871ff5076a42ad9faae6476fe38a4c74a08 Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Sun, 30 Mar 2008 21:43:59 +0000 Subject: [PATCH] Add headers for the authentication and scan mode commands git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24698 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/bluetooth/CommandManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/bluetooth/CommandManager.h b/headers/private/bluetooth/CommandManager.h index ae3a8e6bbe..eebbc468b4 100644 --- a/headers/private/bluetooth/CommandManager.h +++ b/headers/private/bluetooth/CommandManager.h @@ -13,6 +13,8 @@ /* CONTROL BASEBAND */ void* buildReset(size_t* outsize); void* buildReadLocalName(size_t* outsize); +void* buildWriteScan(uint8 scanmode, size_t* outsize); +void* buildAuthEnable(uint8 auth, size_t* outsize); /* LINK CONTROL */ void* buildRemoteNameRequest(bdaddr_t bdaddr,uint8 pscan_rep_mode, uint16 clock_offset, size_t* outsize);