mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-15 12:39:51 +00:00
list hci_discoverable_control
This commit is contained in:
parent
3084e3091d
commit
574e07e180
@ -240,8 +240,9 @@ void hci_init(hci_transport_t *transport, void *config, bt_control_t *control, r
|
|||||||
void hci_register_packet_handler(void (*handler)(uint8_t packet_type, uint8_t *packet, uint16_t size));
|
void hci_register_packet_handler(void (*handler)(uint8_t packet_type, uint8_t *packet, uint16_t size));
|
||||||
void hci_close();
|
void hci_close();
|
||||||
|
|
||||||
// power control
|
// power and inquriy scan control
|
||||||
int hci_power_control(HCI_POWER_MODE mode);
|
int hci_power_control(HCI_POWER_MODE mode);
|
||||||
|
void hci_discoverable_control(uint8_t enable);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* run the hci control loop once
|
* run the hci control loop once
|
||||||
|
Loading…
x
Reference in New Issue
Block a user