Microchip® Advanced Software Framework

btstack_control_t Struct Reference

#include <btstack_control.h>

Data Fields

void(* init )(const void *config)
 
int(* off )(void)
 
int(* on )(void)
 
void(* register_for_power_notifications )(void(*cb)(POWER_NOTIFICATION_t event))
 
int(* sleep )(void)
 
int(* wake )(void)
 

void(* btstack_control_t::init)(const void *config)

Referenced by hci_set_control().

int(* btstack_control_t::off)(void)
int(* btstack_control_t::on)(void)

Referenced by hci_power_control_on().

void(* btstack_control_t::register_for_power_notifications)(void(*cb)(POWER_NOTIFICATION_t event))
int(* btstack_control_t::sleep)(void)

Referenced by hci_power_control_sleep().

int(* btstack_control_t::wake)(void)

Referenced by hci_power_control_wake().