Loading system/stack/l2cap/l2c_utils.c +3 −1 Original line number Diff line number Diff line Loading @@ -177,6 +177,8 @@ void l2cu_release_lcb (tL2C_LCB *p_lcb) } #if (BLE_INCLUDED == TRUE) // Reset BLE connecting flag only if the address matches if (!memcmp(l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN)) l2cb.is_ble_connecting = FALSE; #endif Loading Loading
system/stack/l2cap/l2c_utils.c +3 −1 Original line number Diff line number Diff line Loading @@ -177,6 +177,8 @@ void l2cu_release_lcb (tL2C_LCB *p_lcb) } #if (BLE_INCLUDED == TRUE) // Reset BLE connecting flag only if the address matches if (!memcmp(l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN)) l2cb.is_ble_connecting = FALSE; #endif Loading