mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 10:20:18 +00:00
hci: remove redundant check
This commit is contained in:
parent
5308d60771
commit
7a84a319d5
@ -3285,10 +3285,8 @@ static void handle_command_status_event(uint8_t * packet, uint16_t size) {
|
|||||||
// on error
|
// on error
|
||||||
if (status != ERROR_CODE_SUCCESS){
|
if (status != ERROR_CODE_SUCCESS){
|
||||||
#ifdef ENABLE_LE_CENTRAL
|
#ifdef ENABLE_LE_CENTRAL
|
||||||
if (hci_is_le_connection_type(addr_type)){
|
hci_stack->le_connecting_state = LE_CONNECTING_IDLE;
|
||||||
hci_stack->le_connecting_state = LE_CONNECTING_IDLE;
|
hci_stack->le_connecting_request = LE_CONNECTING_IDLE;
|
||||||
hci_stack->le_connecting_request = LE_CONNECTING_IDLE;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
// error => outgoing connection failed
|
// error => outgoing connection failed
|
||||||
hci_connection_t * conn = hci_connection_for_bd_addr_and_type(addr, addr_type);
|
hci_connection_t * conn = hci_connection_for_bd_addr_and_type(addr, addr_type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user