mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-05 16:20:11 +00:00
keep discoverable/connectable as this has been requested by the client(s)
This commit is contained in:
parent
eb1157bb12
commit
74308b2342
@ -1008,9 +1008,11 @@ void hci_register_packet_handler(void (*handler)(uint8_t packet_type, uint8_t *p
|
|||||||
void hci_state_reset(){
|
void hci_state_reset(){
|
||||||
// no connections yet
|
// no connections yet
|
||||||
hci_stack->connections = NULL;
|
hci_stack->connections = NULL;
|
||||||
hci_stack->discoverable = 0;
|
|
||||||
hci_stack->connectable = 0;
|
// keep discoverable/connectable as this has been requested by the client(s)
|
||||||
hci_stack->bondable = 1;
|
// hci_stack->discoverable = 0;
|
||||||
|
// hci_stack->connectable = 0;
|
||||||
|
// hci_stack->bondable = 1;
|
||||||
|
|
||||||
// no pending cmds
|
// no pending cmds
|
||||||
hci_stack->decline_reason = 0;
|
hci_stack->decline_reason = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user