Loading system/stack/btm/btm_ble_gap.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2569,7 +2569,7 @@ void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, /* in case of disconnected, we must cancel bgconn and restart in order to add back device to white list in order to reconnect */ btm_ble_bgconn_cancel_if_disconnected(*bd_addr); if (bd_addr) btm_ble_bgconn_cancel_if_disconnected(*bd_addr); /* when no connection is attempted, and controller is not rejecting last request Loading system/stack/btu/btu_hcif.cc +4 −1 Original line number Diff line number Diff line Loading @@ -968,7 +968,9 @@ static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, break; case HCI_BLE_CREATE_LL_CONN: btm_ble_create_ll_conn_complete(*p); case HCI_LE_EXTENDED_CREATE_CONNECTION: // No command complete event for those commands according to spec LOG(ERROR) << "No command complete expected, but received!"; break; case HCI_BLE_TRANSMITTER_TEST: Loading Loading @@ -1143,6 +1145,7 @@ static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, break; case HCI_BLE_CREATE_LL_CONN: case HCI_LE_EXTENDED_CREATE_CONNECTION: btm_ble_create_ll_conn_complete(status); break; Loading Loading
system/stack/btm/btm_ble_gap.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2569,7 +2569,7 @@ void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, /* in case of disconnected, we must cancel bgconn and restart in order to add back device to white list in order to reconnect */ btm_ble_bgconn_cancel_if_disconnected(*bd_addr); if (bd_addr) btm_ble_bgconn_cancel_if_disconnected(*bd_addr); /* when no connection is attempted, and controller is not rejecting last request Loading
system/stack/btu/btu_hcif.cc +4 −1 Original line number Diff line number Diff line Loading @@ -968,7 +968,9 @@ static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, break; case HCI_BLE_CREATE_LL_CONN: btm_ble_create_ll_conn_complete(*p); case HCI_LE_EXTENDED_CREATE_CONNECTION: // No command complete event for those commands according to spec LOG(ERROR) << "No command complete expected, but received!"; break; case HCI_BLE_TRANSMITTER_TEST: Loading Loading @@ -1143,6 +1145,7 @@ static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, break; case HCI_BLE_CREATE_LL_CONN: case HCI_LE_EXTENDED_CREATE_CONNECTION: btm_ble_create_ll_conn_complete(status); break; Loading