mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
HCI_STATE hci_get_state(void){
|
||||||
|
return hci_stack->state;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set callback for Bluetooth Hardware Error
|
* @brief Set callback for Bluetooth Hardware Error
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user