mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(BT) Cleanups
This commit is contained in:
parent
4174fc48a2
commit
64c10c6b49
@ -23,6 +23,7 @@
|
||||
#include "btdynamic.h"
|
||||
|
||||
#define GRAB(A) {#A, (void**)&A##_ptr}
|
||||
|
||||
static struct
|
||||
{
|
||||
const char* name;
|
||||
@ -107,7 +108,7 @@ bool btstack_try_load(void)
|
||||
return true;
|
||||
}
|
||||
|
||||
void btstack_thread_stop()
|
||||
void btstack_thread_stop(void)
|
||||
{
|
||||
bt_send_cmd_ptr(btstack_set_power_mode_ptr, HCI_POWER_OFF);
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ int bt_close(void);
|
||||
int bt_send_cmd(const hci_cmd_t *cmd, ...);
|
||||
|
||||
/* Register packet handler -- channel only valid
|
||||
* for L2CAP and RFCOMM packets.
|
||||
for L2CAP and RFCOMM packets.
|
||||
*/
|
||||
btstack_packet_handler_t bt_register_packet_handler(
|
||||
btstack_packet_handler_t handler);
|
||||
|
Loading…
x
Reference in New Issue
Block a user