mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 18:35:17 +00:00
hci: added hci_get_state()
This commit is contained in:
parent
b7832c7f15
commit
ec111c8bcd
@ -4367,6 +4367,12 @@ int hci_get_sco_packet_length(void){
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
HCI_STATE hci_get_state(void){
|
||||
return hci_stack->state;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief Set callback for Bluetooth Hardware Error
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user